]> granicus.if.org Git - clang/commit
Driver: hoist `-fno-rtti-data` to a driver flag
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 1 Mar 2018 19:13:43 +0000 (19:13 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 1 Mar 2018 19:13:43 +0000 (19:13 +0000)
commit5220c87fff0741a0f63085b53789aff7a88f9527
tree770ffed1097a60a10f6843e39ea73ac0de9a1dbd
parent89453f720426c927803197b07e001b1ad9b21d03
Driver: hoist `-fno-rtti-data` to a driver flag

This is needed for building with the GNU driver (`clang++`) when
targeting Windows and using msvcprt.  This flag is the equivalent of
`/GR-`.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326469 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
test/Driver/fno-rtti-data.cpp [new file with mode: 0644]