summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/check_binary_output.ll
Commit message (Collapse)AuthorAgeFilesLines
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, ↵NAKAMURA Takumi2013-07-171-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 Takumi2013-07-161-0/+3
| | | | | | Investigating. llvm-svn: 186468
* Move tests from test/Archive to test/Object.Rafael Espindola2013-07-101-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
OpenPOWER on IntegriCloud