]> granicus.if.org Git - clang/commit
Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 20 May 2013 23:17:08 +0000 (23:17 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 20 May 2013 23:17:08 +0000 (23:17 +0000)
commit7efb8af368309b5a2e5f9fa4df6da136d1c5ac54
tree8ee7c9482b8b4a0b3cf5f1d1fba4281ecfd63065
parentfc46ebc2b1345723a894ae352cfb206c1d930295
Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing
nonexistent Darwin-specific files on every module build.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
lib/Serialization/ASTWriter.cpp