summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/2010-09-16-EmptyFilename.ll
Commit message (Collapse)AuthorAgeFilesLines
* Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.Devang Patel2010-12-021-29/+0
| | | | llvm-svn: 120750
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-181-3/+1
| | | | | | | | and testing is easier. A good example is the unknown-location.ll test that now can just look for ".loc 1 0 0". We also don't use a DW_LNE_set_address for every address change anymore. llvm-svn: 119613
* If FE forgot to provide a file name (usually it uses "stdin" as name in such ↵Devang Patel2010-09-161-0/+31
situation) then make one up to ensure that debug info is not malformed. llvm-svn: 114119
OpenPOWER on IntegriCloud