This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
a383ffa219a19fa688b925210c0bd745725905ed
llvm-project
/
llvm
/
lib
/
CompilerDriver
History
Sanjiv Gupta
a383ffa219
Add a -t="dir" option to the driver. This can be used to specify the directory to be used as TempDir if somebody doesn't want to use the standard /tmp.
...
llvm-svn: 75121
2009-07-09 08:23:38 +00:00
..
Action.cpp
#include <iostream> is forbidden. Remove it in favor of raw_ostream.
2009-06-30 04:07:12 +00:00
BuiltinOptions.cpp
Add a -t="dir" option to the driver. This can be used to specify the directory to be used as TempDir if somebody doesn't want to use the standard /tmp.
2009-07-09 08:23:38 +00:00
CMakeLists.txt
…
CompilationGraph.cpp
#include <iostream> is forbidden. Remove it in favor of raw_ostream.
2009-06-30 04:07:12 +00:00
Main.cpp
Add a -t="dir" option to the driver. This can be used to specify the directory to be used as TempDir if somebody doesn't want to use the standard /tmp.
2009-07-09 08:23:38 +00:00
Makefile
LLVMC can be now compiled w/o dynamic plugin support.
2009-07-04 03:55:25 +00:00
Plugin.cpp
Have scoped mutexes take referenes instead of pointers.
2009-07-07 18:33:04 +00:00
Tool.cpp
Make -save-temps=obj play better with -o.
2009-07-04 14:23:32 +00:00