Files
clang-p2996/lld/test/ELF/linkerscript/Inputs/compress-debug-sections.s
George Rimar d86a4e505b [ELF] - Linkerscript: support combination of linkerscript and --compress-debug-sections.
Previously it was impossible to use linkerscript with --compress-debug-sections 
because of assert failture:
Assertion failed: isFinalized(), file C:\llvm\lib\MC\StringTableBuilder.cpp, line 64

Patch fixes the issue

llvm-svn: 302413
2017-05-08 10:18:12 +00:00

4 lines
50 B
ArmAsm

.section .debug_str
.asciz "CCC"
.asciz "DDD"