diff options
Diffstat (limited to 'llvm/tools/llvmc/example/mcc16/driver/Main.cpp')
| -rw-r--r-- | llvm/tools/llvmc/example/mcc16/driver/Main.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/tools/llvmc/example/mcc16/driver/Main.cpp b/llvm/tools/llvmc/example/mcc16/driver/Main.cpp index 1b7b649448e..95a9bb6470b 100644 --- a/llvm/tools/llvmc/example/mcc16/driver/Main.cpp +++ b/llvm/tools/llvmc/example/mcc16/driver/Main.cpp @@ -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.  //  //===----------------------------------------------------------------------===// | 

