Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No point in having a "#if 0"ed unittest. | Rafael Espindola | 2013-12-19 | 1 | -8/+0 |
| | | | | | | | It is also not clear what the value of the test was. The API is used from existing tools and can (and is) tested with lit. llvm-svn: 197654 | ||||
* | ArchiveFileDescriptorTests: Fix CMake build. Each unit test is expected to ↵ | NAKAMURA Takumi | 2013-12-19 | 1 | -1/+1 |
| | | | | | | have suffix "*Tests" for lit gtest runner to seek one. llvm-svn: 197636 | ||||
* | ArchiveFileDescriptorTests: Resurrect part of r197600, but make it ↵ | NAKAMURA Takumi | 2013-12-19 | 1 | -0/+8 |
| | | | | | | | | invalidated, to appease buildbots. Please revert this several hours later ;) llvm-svn: 197635 | ||||
* | Revert r197600 while I sort out why it's failing on Windows. | Owen Anderson | 2013-12-18 | 1 | -8/+0 |
| | | | | llvm-svn: 197602 | ||||
* | Add a unit test for loading an object file via a file descriptor. Patch by ↵ | Owen Anderson | 2013-12-18 | 1 | -0/+8 |
Pete Cooper. llvm-svn: 197600 |