summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/DebugIR/DebugIR.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-06-281-7/+8
| | | | | | - should resolve windows buildbot failure llvm-svn: 185232
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-06-281-9/+19
| | | | | | | - mistakenly used get_current_dir() linux function - replaced with getcwd/_getcwd as appropriate for current platform llvm-svn: 185225
* Adding tests for DebugIR passDaniel Malea2013-06-281-0/+296
- 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
OpenPOWER on IntegriCloud