summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/DebugIR/struct.ll
Commit message (Collapse)AuthorAgeFilesLines
* DebugIR: Delete -debug-irDuncan P. N. Exon Smith2014-11-291-24/+0
| | | | llvm-svn: 222945
* Adding tests for DebugIR passDaniel Malea2013-06-281-0/+24
| | | | | | | | | | - 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
* Revert 181475 as the DebugIR tests are breaking (automake) buildbots that ↵Daniel Malea2013-05-081-51/+0
| | | | | | | | re-use build dirs - the temporaries "-debug.ll" files generated by DebugIR pass are considered tests, even though they are not llvm-svn: 181476
* DebugIR tests -- lit tests for the line number transformDaniel Malea2013-05-081-0/+51
- 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. llvm-svn: 181469
OpenPOWER on IntegriCloud