summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitc7037f3f81f3c8d15342c9160756734d64e40c16 (patch)
tree0ebce4b5ff975d9ca8da0551352d03129ba60745 /llvm/tools/llvm-config
parentaf41b3f0f2604c1e17be9f0caefe2fd546cf6d7d (diff)
downloadbcm5719-llvm-c7037f3f81f3c8d15342c9160756734d64e40c16.tar.gz
bcm5719-llvm-c7037f3f81f3c8d15342c9160756734d64e40c16.zip
llvm-config: Update help text for removal of "backend" pseudo component.
llvm-svn: 146708
Diffstat (limited to 'llvm/tools/llvm-config')
-rw-r--r--llvm/tools/llvm-config/llvm-config.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-config/llvm-config.cpp b/llvm/tools/llvm-config/llvm-config.cpp
index e893b04d217..4b6179904af 100644
--- a/llvm/tools/llvm-config/llvm-config.cpp
+++ b/llvm/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);
}
OpenPOWER on IntegriCloud