]> granicus.if.org Git - clang/commit
Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext.
authorBob Wilson <bob.wilson@apple.com>
Mon, 15 Aug 2011 19:13:06 +0000 (19:13 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 15 Aug 2011 19:13:06 +0000 (19:13 +0000)
commitfaef9fcb41cff7c2cbafb86d3af47c422ddf3010
treed6b5f8147d6728a49127df11b275807dd9fa39fb
parent0ac1ccc0f0bc27aa87438f57466766b0ca5ae0b2
Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext.
Outside the driver, they were already treated that way, but the driver was not
giving them the same special treatment as -fapple-kext, e.g., falling back to
llvm-gcc for i386/Darwin kexts.  Radar 9868422.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137639 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/ToolChains.cpp