Enable the response file ('llvmc @file') support.

llvm-svn: 51731
This commit is contained in:
Mikhail Glushenkov 2008-05-30 06:11:45 +00:00
parent a06c516cad
commit 550052d0e5
1 changed files with 2 additions and 2 deletions

View File

@ -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) {