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)
llvm-svn: 146708

llvm/tools/llvm-config/llvm-config.cpp

index e893b04..4b61799 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);
 }