aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FileOutputBuffer.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2014-12-11 19:42:05 +0000
committerMatthias Braun <matze@braunis.de>2014-12-11 19:42:05 +0000
commita7c82a9f1da9466ca0b5481e6ccb852a0fbba99d (patch)
tree7d45e944e048025936e2b6aa4acab90e69fa5665 /llvm/lib/Support/FileOutputBuffer.cpp
parenta4e932db1656772da874f69ae63ab24a01038b62 (diff)
downloadllvm-a7c82a9f1da9466ca0b5481e6ccb852a0fbba99d.zip
llvm-a7c82a9f1da9466ca0b5481e6ccb852a0fbba99d.tar.gz
llvm-a7c82a9f1da9466ca0b5481e6ccb852a0fbba99d.tar.bz2
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Previously print+verify passes were added in a very unsystematic way, which is annoying when debugging as you miss intermediate steps and allows bugs to stay unnotice when no verification is performed. To make this change practical I added the possibility to explicitely disable verification. I used this option on all places where no verification was performed previously (because alot of places actually don't pass the MachineVerifier). In the long term these problems should be fixed properly and verification enabled after each pass. I'll enable some more verification in subsequent commits. llvm-svn: 224042
Diffstat (limited to 'llvm/lib/Support/FileOutputBuffer.cpp')
0 files changed, 0 insertions, 0 deletions