Record where the GCOV data files should be placed.
llvm-svn: 130866
This commit is contained in:
@@ -977,6 +977,7 @@ static void ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK,
|
||||
Opts.InstrumentForProfiling = Args.hasArg(OPT_pg);
|
||||
Opts.EmitGcovArcs = Args.hasArg(OPT_femit_coverage_data);
|
||||
Opts.EmitGcovNotes = Args.hasArg(OPT_femit_coverage_notes);
|
||||
Opts.CoverageDir = Args.getLastArgValue(OPT_coverage_dir);
|
||||
|
||||
if (Arg *A = Args.getLastArg(OPT_fobjc_dispatch_method_EQ)) {
|
||||
llvm::StringRef Name = A->getValue(Args);
|
||||
|
||||
Reference in New Issue
Block a user