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:
706aecf
)
Enable the response file ('llvmc @file') support.
author
Mikhail Glushenkov
<foldr@codedgers.com>
Fri, 30 May 2008 06:11:45 +0000
(06:11 +0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Fri, 30 May 2008 06:11:45 +0000
(06:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51731
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvmc2/llvmc.cpp
patch
|
blob
|
history
diff --git
a/tools/llvmc2/llvmc.cpp
b/tools/llvmc2/llvmc.cpp
index a749274543a982b2fc481606fff0b5020979e797..c06ea59ed9a40869171847e18198765859ebb67f 100644
(file)
--- a/
tools/llvmc2/llvmc.cpp
+++ b/
tools/llvmc2/llvmc.cpp
@@
-71,8
+71,8
@@
int main(int argc, char** argv) {
try {
CompilationGraph graph;
- cl::ParseCommandLineOptions
(argc, argv,
-
"LLVM Compiler Driver (Work In Progress)"
);
+ cl::ParseCommandLineOptions
+
(argc, argv, "LLVM Compiler Driver (Work In Progress)", true
);
PopulateCompilationGraph(graph);
if (WriteGraph) {