summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/win32-macho.c
Commit message (Collapse)AuthorAgeFilesLines
* [Driver] Set the default win32-macho debug format to DWARFVedant Kumar2019-07-221-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 Wilson2014-06-111-2/+1
| | | | llvm-svn: 210699
* Run new test with -fsyntax-only.Bob Wilson2014-06-111-1/+1
| | | | llvm-svn: 210693
* Ensure test/Misc/win32-macho.c doesn't try to write to the source treeDavid Blaikie2014-06-111-1/+1
| | | | llvm-svn: 210618
* Try to fix clang-hexagon-elf failure by requiring x86 support for this test.Bob Wilson2014-06-101-0/+1
| | | | llvm-svn: 210586
* Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840>Bob Wilson2014-06-101-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
OpenPOWER on IntegriCloud