Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF] Replace unused output filenames with /dev/null in tests | Fangrui Song | 2018-07-02 | 1 | -1/+1 |
| | | | | | | Post commit review at rLLD335992 llvm-svn: 336129 | ||||
* | [ELF] Move `// REQUIRES:` line to the top | Fangrui Song | 2018-06-26 | 1 | -1/+1 |
| | | | | llvm-svn: 335676 | ||||
* | Do not handle zero-sized mergeable section as mergeable. | Rui Ueyama | 2016-08-03 | 1 | -0/+12 |
Mergeable sections with size zero are useless because they don't actually contain data, and therefore there's no merit ot merge them. However, in reality, there are object files in the wild containing such sections. Currently, LLD can't handle them proerply. This patch makes LLD to handle such sections as if they are non- mergeable to fix the issue. Fixes bug 28822. llvm-svn: 277568 |