[PATCH] D110737: Changes to print-changed classes in preparation for DotCfg change printer (https://reviews.llvm.org/D87202)
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 6 16:25:58 PDT 2021
aeubanks added a comment.
It's still kinda hard to understand, but sure, lg after one question
================
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]};
----------------
is this change intended?
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