mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
Enable the response file ('llvmc @file') support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -71,8 +71,8 @@ int main(int argc, char** argv) {
|
|||||||
try {
|
try {
|
||||||
CompilationGraph graph;
|
CompilationGraph graph;
|
||||||
|
|
||||||
cl::ParseCommandLineOptions(argc, argv,
|
cl::ParseCommandLineOptions
|
||||||
"LLVM Compiler Driver (Work In Progress)");
|
(argc, argv, "LLVM Compiler Driver (Work In Progress)", true);
|
||||||
PopulateCompilationGraph(graph);
|
PopulateCompilationGraph(graph);
|
||||||
|
|
||||||
if (WriteGraph) {
|
if (WriteGraph) {
|
||||||
|
Reference in New Issue
Block a user