[llvm-commits] [llvm] r146708 - /llvm/trunk/tools/llvm-config/llvm-config.cpp

Daniel Dunbar daniel at zuster.org
Thu Dec 15 15:43:17 PST 2011


Author: ddunbar
Date: Thu Dec 15 17:43:17 2011
New Revision: 146708

URL: http://llvm.org/viewvc/llvm-project?rev=146708&view=rev
Log:
llvm-config: Update help text for removal of "backend" pseudo component.

Modified:
    llvm/trunk/tools/llvm-config/llvm-config.cpp

Modified: llvm/trunk/tools/llvm-config/llvm-config.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-config/llvm-config.cpp?rev=146708&r1=146707&r2=146708&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-config/llvm-config.cpp (original)
+++ llvm/trunk/tools/llvm-config/llvm-config.cpp Thu Dec 15 17:43:17 2011
@@ -149,7 +149,6 @@
   --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);
 }





More information about the llvm-commits mailing list