]> granicus.if.org Git - clang/commit
Add missing OS check to r305678
authorAlex Lorenz <arphaman@gmail.com>
Mon, 19 Jun 2017 11:25:37 +0000 (11:25 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 19 Jun 2017 11:25:37 +0000 (11:25 +0000)
commit6ee5ac604b35db8d381cfe8ab1f5883615f20b22
treec0492c21a2913d8510b0e9ca5b25aa68af5f1320
parentcf092e8c65bbd3abcf4f254e2ad54db83d9eaeb7
Add missing OS check to r305678

That commit failed on non-macOS buildbots as I've forgotten to make sure that
the system on which Clang is running on is actually macOS.

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