Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dsymutil] Support scattered relocs. | Frederic Riss | 2016-02-01 | 1 | -0/+0 |
Although it seems like clang will never emit scattered relocations in the debug information (at least I couldn't find a way), we have too support them for the benefit of other compilers. As clang doesn't generate them, the included testcase was produced from hacked up assembly. llvm-svn: 259339 |