Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Driver] Set the default win32-macho debug format to DWARF | Vedant Kumar | 2019-07-22 | 1 | -0/+3 |
| | | | | | | | | rdar://53267670 Differential Revision: https://reviews.llvm.org/D65116 llvm-svn: 366744 | ||||
* | Remove dev/null redirect and x86 backend requirement from new test. | Bob Wilson | 2014-06-11 | 1 | -2/+1 |
| | | | | llvm-svn: 210699 | ||||
* | Run new test with -fsyntax-only. | Bob Wilson | 2014-06-11 | 1 | -1/+1 |
| | | | | llvm-svn: 210693 | ||||
* | Ensure test/Misc/win32-macho.c doesn't try to write to the source tree | David Blaikie | 2014-06-11 | 1 | -1/+1 |
| | | | | llvm-svn: 210618 | ||||
* | Try to fix clang-hexagon-elf failure by requiring x86 support for this test. | Bob Wilson | 2014-06-10 | 1 | -0/+1 |
| | | | | llvm-svn: 210586 | ||||
* | Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840> | Bob Wilson | 2014-06-10 | 1 | -0/+2 |
The changes in r204978 broke win32-macho targets. There were checks added for MSVC and Itanium environments as special cases, and win32-macho needs to be treated the same way. llvm-svn: 210584 |