[llvm-commits] [llvm] r75164 - /llvm/trunk/tools/llvmc/example/mcc16/driver/Main.cpp

Mikhail Glushenkov foldr at codedgers.com
Thu Jul 9 12:38:00 PDT 2009


Author: foldr
Date: Thu Jul  9 14:37:58 2009
New Revision: 75164

URL: http://llvm.org/viewvc/llvm-project?rev=75164&view=rev
Log:
Adjust comment.

Modified:
    llvm/trunk/tools/llvmc/example/mcc16/driver/Main.cpp

Modified: llvm/trunk/tools/llvmc/example/mcc16/driver/Main.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc/example/mcc16/driver/Main.cpp?rev=75164&r1=75163&r2=75164&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc/example/mcc16/driver/Main.cpp (original)
+++ llvm/trunk/tools/llvmc/example/mcc16/driver/Main.cpp Thu Jul  9 14:37:58 2009
@@ -8,8 +8,8 @@
 //===----------------------------------------------------------------------===//
 //
 //  Usually this file just includes CompilerDriver/Main.inc, but here we apply
-//  some trickery to make the built-in '-save-temps' option hidden and enabled
-//  by default.
+//  some trickery to make the built-in '-save-temps' option hidden and enable
+//  '--temp-dir' by default.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list