aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-10-08 00:36:22 +0000
committerJustin Bogner <mail@justinbogner.com>2015-10-08 00:36:22 +0000
commit468c998031d71fd713ce0489670e2f590e9e3e61 (patch)
treeee45543c70982c4be972638fa48afc6204e52c59 /clang/lib/Frontend/CompilerInvocation.cpp
parent833ce281db1191ee111e1fdf9e60aaae921c801a (diff)
downloadllvm-468c998031d71fd713ce0489670e2f590e9e3e61.zip
llvm-468c998031d71fd713ce0489670e2f590e9e3e61.tar.gz
llvm-468c998031d71fd713ce0489670e2f590e9e3e61.tar.bz2
CodeGen: print and verify after TargetPassConfig::insertPass by default
In r224059, we started verifying after addPass, but missed doing so on insertPass. There isn't a good reason for the discrepancy, and skipping the verifier in these cases causes bugs. This also exposes a verifier error that was introduced in r249087, but the verifier doesn't run until after the register coalescer, when the issue happens to have been resolved. I've skipped the verifier after SIFixSGPRLiveRangesID to avoid the failures for now and will follow up with Matt for a proper fix. llvm-svn: 249643
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions