Do not copy the FrontendOpts, we want to modify the object.
This commit is contained in:
parent
8acc94bfd6
commit
03c9a184ba
@ -1042,7 +1042,7 @@ static void stringifyPreprocSetting(PreprocessorOptions& PPOpts,
|
||||
}
|
||||
}
|
||||
|
||||
FrontendOptions FrontendOpts = Invocation.getFrontendOpts();
|
||||
FrontendOptions& FrontendOpts = Invocation.getFrontendOpts();
|
||||
FrontendOpts.DisableFree = true;
|
||||
|
||||
// With modules, we now start adding prebuilt module paths to the CI.
|
||||
|
Loading…
x
Reference in New Issue
Block a user