[PATCH] D110737: Changes to print-changed classes in preparation for DotCfg change printer (https://reviews.llvm.org/D87202)
Jamie Schmeiser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 05:56:50 PDT 2021
jamieschmeiser added inline comments.
================
Comment at: llvm/lib/Passes/StandardInstrumentations.cpp:169
- StringRef Args[] = {"-w", "-d", OLF, NLF, ULF, FileName[0], FileName[1]};
+ StringRef Args[] = {DiffBinary, "-w", "-d", OLF,
+ NLF, ULF, FileName[0], FileName[1]};
----------------
aeubanks wrote:
> is this change intended?
Yes. From the docs on llvm::sys::ExecuteAndWait: Args An array of strings that are passed to the program. The first element should be the name of the program.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110737/new/
https://reviews.llvm.org/D110737
More information about the llvm-commits
mailing list