summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mipsel-nacl-defines.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Basic: match GCC behaviour for SuS macro"Saleem Abdulrasool2017-02-071-3/+3
| | | | | | | This reverts commit SVN r294148. Seems that it was mistaken, and GCC does still define `__unix` and `unix` when in GNU mode. llvm-svn: 294332
* Basic: match GCC behaviour for SuS macroSaleem Abdulrasool2017-02-051-3/+3
| | | | | | | | GCC does not generate `__unix` nor `unix` macros. The latter already intrudes into the user's namespace and should be avoided. Use the canonical spelling of `__unix__` across all the targets. llvm-svn: 294148
* [Mips] Allocate NaClTargetInfo for MIPSEL NaClPetar Jovanovic2013-09-211-0/+45
A patch to AllocateTarget function to recognize llvm::Triple::NaCl for MIPSEL and return NaClTargetInfo. Additional test has been added to check if the expected macros get defined. llvm-svn: 191124
OpenPOWER on IntegriCloud