llvm-6502/test/DebugInfo/ARM
Duncan P. N. Exon Smith 77a0728d96 DebugInfo: Fix bad debug info for compile units and types
Fix debug info in these tests, which started failing with a WIP patch to
verify compile units and types.  The problems look like they were all
caused by bitrot.  They fell into these categories:

  - Using `!{i32 0}` instead of `!{}`.
  - Using `!{null}` instead of `!{}`.
  - Using `!MDExpression()` instead of `!{}`.
  - Using `!8` instead of `!{!8}`.
  - `file:` references that pointed at `MDCompileUnit`s instead of the
    same `MDFile` as the compile unit.
  - `file:` references that were numerically off-by-one or (off-by-ten).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233415 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-27 20:46:33 +00:00
..
big-endian-dump.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
cfi-eof-prologue.ll [opaque pointer type] Add textual IR support for explicit type parameter to gep operator 2015-03-13 18:20:45 +00:00
header.ll Don't declare all text sections at the start of the .s 2015-03-20 20:00:01 +00:00
line.test Add ARM test for r227489, but XFAIL because this is actually more work than it appeared to be. 2015-01-30 23:04:39 +00:00
lit.local.cfg Reduce verbiage of lit.local.cfg files 2014-06-09 22:42:55 +00:00
little-endian-dump.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
lowerbdgdeclare_vla.ll DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00
PR16736.ll DebugInfo: Move new hierarchy into place 2015-03-03 17:24:31 +00:00
processes-relocations.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
s-super-register.ll DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00
selectiondag-deadcode.ll DebugInfo: Move new hierarchy into place 2015-03-03 17:24:31 +00:00
tls.ll DebugInfo: Move new hierarchy into place 2015-03-03 17:24:31 +00:00