Commit Graph

2 Commits

Author SHA1 Message Date
Simon Atanasyan 50e8a270cf Pass a target triple explicitly to check platform specific macros definitions.
That allows to run the tests on all platforms successfully.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156500 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-09 18:49:52 +00:00
Rafael Espindola 53ac3d88f9 Make our handling of MMX x SSE closer to what gcc does:
* Enabling sse enables mmx.
* Disabling (-mno-mmx) mmx, doesn't disable sse (we got this right already).
* The order in not important. -msse -mno-mmx is the same as -mno-mmx -msse.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145194 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-27 20:00:43 +00:00