Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce llvm/test/LTO/X86. LTO tests may be assumed as target-specific. | NAKAMURA Takumi | 2015-01-30 | 1 | -15/+0 |
| | | | | llvm-svn: 227564 | ||||
* | llvm-lto: Add testing coverage for local contexts | Duncan P. N. Exon Smith | 2014-12-17 | 1 | -0/+15 |
Add coverage in `llvm-lto` for the API exposed by libLTO to create modules in local contexts. The goal here isn't to test the symbol-related API extensively, just to confirm that these modules work at all. (I'll be shifting code around soon that should be NFC and I realized there was no test coverage.) llvm-svn: 224408 |