projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2ee15
)
Temporary disable response files.
author
Mikhail Glushenkov
<foldr@codedgers.com>
Tue, 23 Feb 2010 09:05:10 +0000
(09:05 +0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Tue, 23 Feb 2010 09:05:10 +0000
(09:05 +0000)
They are giving us problems on Mac.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96925
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CompilerDriver/Main.cpp
patch
|
blob
|
history
diff --git
a/lib/CompilerDriver/Main.cpp
b/lib/CompilerDriver/Main.cpp
index 96877077cc8a98597b3027000dfcd2d5fb08f523..b5e507dfc3a37e70d7d8da8bf86a853cd21caa36 100644
(file)
--- a/
lib/CompilerDriver/Main.cpp
+++ b/
lib/CompilerDriver/Main.cpp
@@
-100,7
+100,8
@@
int Main(int argc, char** argv) {
ProgramName = argv[0];
cl::ParseCommandLineOptions
- (argc, argv, "LLVM Compiler Driver (Work In Progress)", true);
+ (argc, argv, "LLVM Compiler Driver (Work In Progress)",
+ /* ReadResponseFiles = */ false);
PluginLoader Plugins;
Plugins.RunInitialization(langMap, graph);