| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- should resolve windows buildbot failure
llvm-svn: 185232
|
| |
|
|
|
|
|
| |
- mistakenly used get_current_dir() linux function
- replaced with getcwd/_getcwd as appropriate for current platform
llvm-svn: 185225
|
|
|
- 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
|