DebugIR tests -- lit tests for the line number transform
authorDaniel Malea <daniel.malea@intel.com>
Wed, 8 May 2013 21:03:00 +0000 (21:03 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Wed, 8 May 2013 21:03:00 +0000 (21:03 +0000)
commit0fd09cd99b7740cb0ae666e1d51e005e2fdaa3ad
treef0e29aedbfd076674db3b630631ec5f7f6d7a10b
parent13ace6664fad8b4d0277d16690674f4e1f176642
DebugIR tests -- lit tests for the line number transform
- simple one-function case
- function-calling case
- external function calling case
- exception throwing case
- vector case

Note: these tests are somewhat coupled to the current format of debug metadata.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181469 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
test/Transforms/DebugIR/README.txt [new file with mode: 0644]
test/Transforms/DebugIR/crash.ll [new file with mode: 0644]
test/Transforms/DebugIR/crash.ll.check [new file with mode: 0644]
test/Transforms/DebugIR/exception.ll [new file with mode: 0644]
test/Transforms/DebugIR/exception.ll.check [new file with mode: 0644]
test/Transforms/DebugIR/function.ll [new file with mode: 0644]
test/Transforms/DebugIR/function.ll.check [new file with mode: 0644]
test/Transforms/DebugIR/lit.local.cfg [new file with mode: 0644]
test/Transforms/DebugIR/simple.ll [new file with mode: 0644]
test/Transforms/DebugIR/simple.ll.check [new file with mode: 0644]
test/Transforms/DebugIR/struct.ll [new file with mode: 0644]
test/Transforms/DebugIR/struct.ll.check [new file with mode: 0644]
test/Transforms/DebugIR/vector.ll [new file with mode: 0644]
test/Transforms/DebugIR/vector.ll.check [new file with mode: 0644]