diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-13 00:06:28 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-13 00:06:28 +0000 |
| commit | 5cd454161c9e8e4f63c2c82529929450a5b3faf7 (patch) | |
| tree | 60f6042ce3f9af15011188b55c97349ed7712a44 /clang/lib/Tooling/JSONCompilationDatabase.cpp | |
| parent | 452b036697670214e795d8ce02cd0e32cf5474d3 (diff) | |
| download | bcm5719-llvm-5cd454161c9e8e4f63c2c82529929450a5b3faf7.tar.gz bcm5719-llvm-5cd454161c9e8e4f63c2c82529929450a5b3faf7.zip | |
Revert "Verifier: Check for incompatible bit piece expressions"
This reverts commit r234698.
This caused a use-after-free: `QueuedBitPieceExpressions` holds onto
references to `DbgInfoIntrinsic`s and references them past where they're
deleted (this is because the verifier is run as a function pass, and
then `verifyTypeRefs()` is called during `doFinalization()`).
I'll include a reduced crasher for `llc` when I recommit the check.
llvm-svn: 234717
Diffstat (limited to 'clang/lib/Tooling/JSONCompilationDatabase.cpp')
0 files changed, 0 insertions, 0 deletions

