summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/symbolize-directory.s
Commit message (Collapse)AuthorAgeFilesLines
* Fix more Windows bots after r360015.Paul Robinson2019-05-061-2/+2
| | | | | | | | | Depending on the environment, the directory separator might appear as \ or \\ on different bots. http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/17446/steps/test-check-all/logs/stdio llvm-svn: 360065
* [test] Remove redundant bracket in rL360035Fangrui Song2019-05-061-2/+2
| | | | llvm-svn: 360036
* Try fix Windows bot after rL360015Fangrui Song2019-05-061-3/+3
| | | | llvm-svn: 360035
* Try fix Windows bot after rL360015Fangrui Song2019-05-061-1/+1
| | | | | | http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/25599/steps/test/logs/stdio llvm-svn: 360034
* DWARF v5: fix directory index in the line tableFangrui Song2019-05-061-0/+62
Summary: Prior to DWARF v5, a directory index of 0 represents DW_AT_comp_dir. In DWARF v5, the index starts with 0 and Entry.DirIdx is the index into Prologue.IncludeDirectories. Reviewed By: labath Differential Revision: https://reviews.llvm.org/D61253 llvm-svn: 360015
OpenPOWER on IntegriCloud