Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change section flag character for SHF_LINK_ORDER to "o". | Evgeniy Stepanov | 2017-04-04 | 1 | -1/+1 |
| | | | | | | | | GAS uses "m" as a compatibility alias for "M" (SHF_MERGE). "o" is free, except on ia64, where it already means SHF_LINK_ORDER. llvm-svn: 299479 | ||||
* | Make it possible to set SHF_LINK_ORDER explicitly. | Rafael Espindola | 2017-02-09 | 1 | -0/+6 |
This will make it possible to add support for gcing user metadata (asan for example). llvm-svn: 294589 |