]> granicus.if.org Git - clang/commit
[MSVCToolChain] Guard hardcoded Windows paths with LLVM_ON_WIN32
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 25 Jul 2016 04:47:44 +0000 (04:47 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 25 Jul 2016 04:47:44 +0000 (04:47 +0000)
commit4ef5448087020550654d047ef71438aba26e582b
tree3271c6711be228f453e281d5100ac55fe275bbcd
parentbd1bb9df54172ce46b81536c3bcde0f4116ebb4a
[MSVCToolChain] Guard hardcoded Windows paths with LLVM_ON_WIN32

Paths like C:/foo will never work on UNIX platforms, don't bother
implicitly adding them to the search path.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276606 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/MSVCToolChain.cpp