Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert 181475 as the DebugIR tests are breaking (automake) buildbots that ↵ | Daniel Malea | 2013-05-08 | 1 | -39/+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 transform | Daniel Malea | 2013-05-08 | 1 | -0/+39 |
- 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 |