Skip to content
Snippets Groups Projects
Commit d7f0f52c authored by Petr Rockai's avatar Petr Rockai
Browse files

CC: Trace the cc1 arguments.

parent 3daef23b
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,7 @@ namespace divine::cc
if ( a != "-fno-exceptions" )
cc1a.push_back( a.c_str() );
TRACE( "cc1", cc1a );
Diagnostics diag;
bool succ = clang::CompilerInvocation::CreateFromArgs(
*invocation, &cc1a[ 0 ], &*cc1a.end(), diag.engine );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment