diff options
author | Fangrui Song <maskray@google.com> | 2019-03-18 13:30:17 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-03-18 13:30:17 +0000 |
commit | 560a45a3c4f0b8543aa47fbb97cb66eeddcd029d (patch) | |
tree | 8a1b3fe41406a37c75b4cb696d6e2425373ba75f /llvm/lib/Transforms/Scalar/Reg2Mem.cpp | |
parent | 23629385f10d952aadad4f829c936ae879436386 (diff) | |
download | bcm5719-llvm-560a45a3c4f0b8543aa47fbb97cb66eeddcd029d.tar.gz bcm5719-llvm-560a45a3c4f0b8543aa47fbb97cb66eeddcd029d.zip |
[pp-trace] Delete -ignore and add a new option -callbacks
Summary:
-ignore specifies a list of PP callbacks to ignore. It cannot express a
whitelist, which may be more useful than a blacklist.
Add a new option -callbacks to replace it.
-ignore= (default) => -callbacks='*' (default)
-ignore=FileChanged,FileSkipped => -callbacks='*,-FileChanged,-FileSkipped'
-callbacks='Macro*' : print only MacroDefined,MacroExpands,MacroUndefined,...
Reviewers: juliehockett, aaron.ballman, alexfh, ioeric
Reviewed By: aaron.ballman
Subscribers: nemanjai, kbarton, jsji, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D59296
llvm-svn: 356366
Diffstat (limited to 'llvm/lib/Transforms/Scalar/Reg2Mem.cpp')
0 files changed, 0 insertions, 0 deletions