1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Transforms/GCOVProfiling
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
..
function-numbering.ll Update a test I missed in r233132 2015-03-24 23:44:03 +00:00
global-ctor.ll DebugInfo: Move new hierarchy into place 2015-03-03 17:24:31 +00:00
linezero.ll Verifier: Check debug info intrinsic arguments 2015-03-15 01:21:30 +00:00
linkagename.ll DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00
return-block.ll GCOV: Make the exit block placement from r223193 optional 2015-03-16 23:52:03 +00:00
version.ll DebugInfo: Fix testcases that fail -verify-debug-info=true 2015-03-16 21:10:12 +00:00