]> granicus.if.org Git - clang/commit
Remove the -fhidden-weak-vtables -cc1 option. It was dead,
authorJohn McCall <rjmccall@apple.com>
Sat, 8 Feb 2014 00:41:16 +0000 (00:41 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 8 Feb 2014 00:41:16 +0000 (00:41 +0000)
commitec0ca13fc0cbec5984df5836f2c7384daec0bbea
tree61102fcda024a232a3eff461cc6558086457772b
parentb7f8c7a32c4b630a4f7fe73a5418b30831651323
Remove the -fhidden-weak-vtables -cc1 option.  It was dead,
gross, and increasingly replaced through other mechanisms.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201011 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/Driver/CC1Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/CGRTTI.cpp
lib/CodeGen/CGVTT.cpp
lib/CodeGen/CGVTables.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MicrosoftCXXABI.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGenCXX/rtti-linkage.cpp
test/CodeGenCXX/rtti-visibility.cpp
test/CodeGenCXX/thunks.cpp
test/CodeGenCXX/vtable-linkage.cpp