]> granicus.if.org Git - clang/commit
Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc.
authorChad Rosier <mcrosier@apple.com>
Mon, 1 Aug 2011 19:58:48 +0000 (19:58 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 1 Aug 2011 19:58:48 +0000 (19:58 +0000)
commit8c221b84caff1f10ef4aad5c6ff77d36633f607c
tree3fd7b8a820909fc8198c2a747650e57b96869c46
parent511949bf7ea721556ea3eb2777fc1e36e6c3e243
Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc.
Unfortunately, llvmgcc doesn't always work when writing temporary output to
/dev/null.  Therefore, create a temp file that is later deleted.
rdar://9837692

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