summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/debug-prefix-map.s
Commit message (Collapse)AuthorAgeFilesLines
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-011-1/+1
| | | | | | | | | | | | | This was sometimes causing clang or llvm-mc to crash, and in other cases could emit a bogus DWARF line-table header. I did an interim patch in r352541; this patch should be a cleaner and more complete fix, and retains the test. Addresses PR40538. Differential Revision: https://reviews.llvm.org/D58750 llvm-svn: 355226
* Quick fix for some Windows botsPaul Robinson2018-07-111-4/+4
| | | | llvm-svn: 336832
* Use debug-prefix-map for AT_NAMEJonas Devlieghere2018-07-111-0/+8
| | | | | | | | | | | | | | | | | | AT_NAME was being emitted before the directory paths were remapped. This ensures that all paths are remapped before anything is emitted. An additional test case has been added. Note that this only works if the replacement string is an absolute path. If not, then AT_decl_file believes the new path is a relative path, and joins that path with the compilation directory. I do not know of a good way to resolve this. Patch by: Siddhartha Bagaria (starsid) Differential revision: https://reviews.llvm.org/D49169 llvm-svn: 336793
* Update test to work on WindowsPaul Robinson2018-07-101-1/+1
| | | | llvm-svn: 336687
* Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson2018-07-101-0/+17
debug compilation dir when compiling assembly files with -g. Part of PR38050. Patch by Siddhartha Bagaria! Differential Revision: https://reviews.llvm.org/D48988 llvm-svn: 336680
OpenPOWER on IntegriCloud