summaryrefslogtreecommitdiff
path: root/tools/llvm-config
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-12-15 23:43:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-12-15 23:43:17 +0000
commitbcf14bbd57b8457ea09afbfc7acddf2d21a5adac (patch)
treef01d2fbcd0760f92796b27838a481199cab01e07 /tools/llvm-config
parentbb53bbb7d4b1ac3da416d922101d4cbc280b145c (diff)
downloadllvm-bcf14bbd57b8457ea09afbfc7acddf2d21a5adac.tar.gz
llvm-bcf14bbd57b8457ea09afbfc7acddf2d21a5adac.tar.bz2
llvm-bcf14bbd57b8457ea09afbfc7acddf2d21a5adac.tar.xz
llvm-config: Update help text for removal of "backend" pseudo component.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config')
-rw-r--r--tools/llvm-config/llvm-config.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-config/llvm-config.cpp b/tools/llvm-config/llvm-config.cpp
index e893b04d21..4b6179904a 100644
--- a/tools/llvm-config/llvm-config.cpp
+++ b/tools/llvm-config/llvm-config.cpp
@@ -149,7 +149,6 @@ Options:\n\
--build-mode Print build mode of LLVM tree (e.g. Debug or Release).\n\
Typical components:\n\
all All LLVM libraries (default).\n\
- backend Either a native backend or the C backend.\n\
engine Either a native JIT or a bitcode interpreter.\n";
exit(1);
}