1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/Transforms/DebugIR
Daniel Malea f5547eb2d8 Adding tests for DebugIR pass
- lit tests verify that each line of input LLVM IR gets a !dbg node and a
  corresponding entry of metadata that contains the line number 
- unit tests verify that DebugIR works as advertised in the interface
- refactored some useful IR generation functionality from the MCJIT unit tests
  so it can be reused

llvm-svn: 185212
2013-06-28 20:37:20 +00:00
..
crash.ll Adding tests for DebugIR pass 2013-06-28 20:37:20 +00:00
exception.ll Adding tests for DebugIR pass 2013-06-28 20:37:20 +00:00
function.ll Adding tests for DebugIR pass 2013-06-28 20:37:20 +00:00
lit.local.cfg Adding tests for DebugIR pass 2013-06-28 20:37:20 +00:00
simple.ll Adding tests for DebugIR pass 2013-06-28 20:37:20 +00:00
struct.ll Adding tests for DebugIR pass 2013-06-28 20:37:20 +00:00
vector.ll Adding tests for DebugIR pass 2013-06-28 20:37:20 +00:00