add a 'don't use me' marker.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-10-22 19:41:46 +00:00
parent fec3ad3e5f
commit 706a5e6124

View File

@ -253,6 +253,9 @@ int main(int argc, char **argv) {
// 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