]> granicus.if.org Git - clang/commit
Disable the GNUstep v2 ABI on Windows.
authorDavid Chisnall <csdavec@swan.ac.uk>
Tue, 4 Sep 2018 09:23:18 +0000 (09:23 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Tue, 4 Sep 2018 09:23:18 +0000 (09:23 +0000)
commitfe9f12188115f540bf0f2cf76dc254354a5d483a
tree232da87668887e9bb5c8147c12092f9161450734
parent84324ddfde426ac2c023355f0372a32855fd47d6
Disable the GNUstep v2 ABI on Windows.

The code remains so that we can potentially reenable it in a point
release, but the driver will reject it.  Several issues were raised
during testing that made it clear that this was not quite ready for
general consumption.

Approved by: Hans Wennborg

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