]> granicus.if.org Git - clang/commit
unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 24 Jun 2011 14:10:29 +0000 (14:10 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 24 Jun 2011 14:10:29 +0000 (14:10 +0000)
commit8e27eb7ebf00dc24ca135698459c68ceb30c3963
tree4aefe8bb8253b0a18bf23b1e28517529e1479c98
parente458fdab69ecec734726ad0089b1a4d7131aa5c0
unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.

LLVM_ON_WIN32 is defined in llvm/Config/config.h.
IMO, it might be enough with _WIN32 in most cases, LLVM_ON_xxx could be deprecated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133794 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Basic/FileManagerTest.cpp