Unbreak the sanitizer buildbots after r209226 due to SROA issue described in http...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 20 May 2014 21:40:13 +0000 (21:40 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 20 May 2014 21:40:13 +0000 (21:40 +0000)
commite94103adcde704725ccfcd1481035bbc301f755a
tree94e0270fbd11491b9778a037635931b4850c7604
parent6a9366c0c633c4518d55685d4f3b289ef99c0bd1
Unbreak the sanitizer buildbots after r209226 due to SROA issue described in reviews.llvm.org/D3714

Undecided whether this should include a test case - SROA produces bad
dbg.value metadata describing a value for a reference that is actually
the value of the thing the reference refers to. For now, loosening the
assert lets this not assert, but it's still bogus/wrong output...

If someone wants to tell me to add a test, I'm willing/able, just
undecided. Hopefully we'll get SROA fixed soon & we can tighten up this
assertion again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209240 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfUnit.cpp