llvm-config: Update help text for removal of "backend" pseudo component.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 15 Dec 2011 23:43:17 +0000 (23:43 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 15 Dec 2011 23:43:17 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146708 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-config/llvm-config.cpp

index e893b04d2175e31a6793af57269087a721198d1c..4b6179904afee46b0ce8db6a2e64fd6786e549c9 100644 (file)
@@ -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);
 }