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] - Check that output sections fit in address space. | George Rimar | 2018-04-03 | 1 | -0/+13 |
Added checks to test that we do not produce output where VA of sections overruns the address space available. Differential revision: https://reviews.llvm.org/D43820 llvm-svn: 329063 |