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)
commit3dfb6d84c60d1767bb0128e09b23f229bd45484f
treec919c150a4dd4cd723848cdf48a2e0134e002689
parent4e42bc8365e944ef7d01dbf32a938c70fc408e6c
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.

llvm-svn: 155425
clang/lib/Headers/CMakeLists.txt
clang/lib/Headers/intrin.h [new file with mode: 0644]
clang/test/Headers/ms-intrin.c [new file with mode: 0644]