[llvm-commits] [llvm] r43226 - /llvm/trunk/tools/llvmc/llvmc.cpp
Chris Lattner
sabre at nondot.org
Mon Oct 22 12:41:46 PDT 2007
Author: lattner
Date: Mon Oct 22 14:41:46 2007
New Revision: 43226
URL: http://llvm.org/viewvc/llvm-project?rev=43226&view=rev
Log:
add a 'don't use me' marker.
Modified:
llvm/trunk/tools/llvmc/llvmc.cpp
Modified: llvm/trunk/tools/llvmc/llvmc.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc/llvmc.cpp?rev=43226&r1=43225&r2=43226&view=diff
==============================================================================
--- llvm/trunk/tools/llvmc/llvmc.cpp (original)
+++ llvm/trunk/tools/llvmc/llvmc.cpp Mon Oct 22 14:41:46 2007
@@ -253,6 +253,9 @@
// Make sure we print stack trace if we get bad signals
sys::PrintStackTraceOnErrorSignal();
+ std::cout << "NOTE: llvmc is highly experimental and mostly useless right "
+ "now.\nPlease use llvm-gcc directly instead.\n\n";
+
try {
// Parse the command line options
More information about the llvm-commits
mailing list