summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-01-23 20:43:50 +0000
committerVedant Kumar <vsk@apple.com>2018-01-23 20:43:50 +0000
commit92f7a6200c1b78108328247e65effe1ec905b4bb (patch)
tree84da7f11c2c5db33bc9424f65c682328549c78b6 /clang/lib/AST/MicrosoftMangle.cpp
parentec40f818c630156db9318e0aa8206acb334b9ac8 (diff)
downloadbcm5719-llvm-92f7a6200c1b78108328247e65effe1ec905b4bb.tar.gz
bcm5719-llvm-92f7a6200c1b78108328247e65effe1ec905b4bb.zip
[Debugify] Add a mode to opt to enable faster testing
Opt's "-enable-debugify" mode adds an instance of Debugify at the beginning of the pass pipeline, and an instance of CheckDebugify at the end. You can enable this mode with lit using: -Dopt="opt -enable-debugify". Note that running test suites in this mode will result in many failures due to strict FileCheck commands, etc. It can be more useful to look for assertion failures which arise only when Debugify is enabled, e.g to prove that we have (or do not have) test coverage for some code path with debug info present. Differential Revision: https://reviews.llvm.org/D41793 llvm-svn: 323256
Diffstat (limited to 'clang/lib/AST/MicrosoftMangle.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud