| commit | d86a4e505bb9a76feab10f587d311dd27227cd4b | [log] [tgz] |
|---|---|---|
| author | George Rimar <grimar@accesssoftek.com> | Mon May 08 10:18:12 2017 +0000 |
| committer | George Rimar <grimar@accesssoftek.com> | Mon May 08 10:18:12 2017 +0000 |
| tree | 1df2a0ab1f882325a368b3ae8b84ee935566b5e3 | |
| parent | 810c6257f112e582624a70e9523d94275f66d004 [diff] |
[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