1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/Transforms/StripSymbols
Duncan P. N. Exon Smith 4d29d309de 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).

llvm-svn: 233415
2015-03-27 20:46:33 +00:00
..
2007-01-15-llvm.used.ll Filecheckize some tests. 2013-08-23 00:23:28 +00:00
2010-06-30-StripDebug.ll DebugInfo: Move new hierarchy into place 2015-03-03 17:24:31 +00:00
2010-08-25-crash.ll DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00
block-address.ll
strip-dead-debug-info.ll DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00