Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, ↵ | NAKAMURA Takumi | 2013-07-17 | 1 | -3/+0 |
| | | | | | | | | llvm::outs() would be set to O_TEXT by default. llvm/test/Object/check_binary_output.ll is expected to pass on win32. llvm-svn: 186480 | ||||
* | llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. ↵ | NAKAMURA Takumi | 2013-07-16 | 1 | -0/+3 |
| | | | | | | Investigating. llvm-svn: 186468 | ||||
* | Move tests from test/Archive to test/Object. | Rafael Espindola | 2013-07-10 | 1 | -0/+4 |
There is no lib/Archive anymore and some archive tests were in test/Archive and others in test/Object. Since archive is just one of the formats supported by lib/Object, test/Object is probably the best location. llvm-svn: 186038 |