[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)
commitd5f7d19dc8437d186788573ac9f24edf36455b71
treec3eda880999495aa41e273b5da250e6aa82fb253
parent4927c295777f49ad518a809a85dc31c3e250680f
[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.

llvm-svn: 276606
clang/lib/Driver/MSVCToolChain.cpp