Fix llvm-for-windows-on-linux build after LLVM r272701.
authorNico Weber <nicolasweber@gmx.de>
Thu, 3 Aug 2017 20:10:47 +0000 (20:10 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 3 Aug 2017 20:10:47 +0000 (20:10 +0000)
commit0a920e76b8be00e43ae0626fe5ea7b859255303d
tree4f637509fcafee3ae6656e8b11c912cc79583b8d
parentc1a0c00d50173a0f42b8fe0f36c642cefc14ada6
Fix llvm-for-windows-on-linux build after LLVM r272701.

The file is called "intrin.h". When building targeting Windows on a Linux
system, with the SDK mounted in a case-insensitive file system, "Intrin.h" will
miss clang's intrin.h header (because that's not in a case-insensitive file
system) but then find intrin.h in the Microsoft SDK. clang can't handle the
SDK's intrin.h.

https://reviews.llvm.org/D36281

llvm-svn: 309980
llvm/lib/Support/Atomic.cpp