]> granicus.if.org Git - clang/commit
clang/test/Modules/self-import-header/test.m: Add explicit -target.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 16 May 2013 06:59:30 +0000 (06:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 16 May 2013 06:59:30 +0000 (06:59 +0000)
commit8b56788202e49747cc82ef87e5ef0d8d92c11b5b
tree0de6df33ce4b37632837d7aba647d74d4b78ab60
parent0d8e9646bc000bab521ce52ed294209a92298cef
clang/test/Modules/self-import-header/test.m: Add explicit -target.

Clang has an issue between mingw/include/float.h and clang/Headers/float.h with cyclic include_next.
For now, it should work to suppress #include_next in clang/float.h with an explicit target.
(It may work with -U__MINGW32__, though.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181988 91177308-0d34-0410-b5e6-96231b3b80d8
test/Modules/self-import-header/test.m