]> granicus.if.org Git - clang/commit
Introduce an initial sketch of a MSVC compatible 'intrin.h' builtin
authorChandler Carruth <chandlerc@gmail.com>
Tue, 24 Apr 2012 05:23:54 +0000 (05:23 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 24 Apr 2012 05:23:54 +0000 (05:23 +0000)
commit577535156425fa67ed2f1dad321e807f0f67649b
tree810d5757d9adafe80c5f44384f3da4ceee942e29
parent8c614e4f2b07741130e6c99a971a7093358fb9e4
Introduce an initial sketch of a MSVC compatible 'intrin.h' builtin
header, along with a stub test to make sure it compiles in the
appropriate modes.

Thanks to Aaron Ballman for working with me to figure out the initial
strategy here, and to Nico for reviewing and pestering me to actually
commit it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155425 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/CMakeLists.txt
lib/Headers/intrin.h [new file with mode: 0644]
test/Headers/ms-intrin.c [new file with mode: 0644]