diff options
| author | John McCall <rjmccall@apple.com> | 2014-02-08 00:41:16 +0000 | 
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2014-02-08 00:41:16 +0000 | 
| commit | 8f80a61914f9b26bcc5b218331fb2179418f7889 (patch) | |
| tree | 2bc390151610c494bf02a982af51e731c28615bb /clang/lib/CodeGen/ItaniumCXXABI.cpp | |
| parent | c444b5779029188a2b833a86e3c7712afc085845 (diff) | |
| download | bcm5719-llvm-8f80a61914f9b26bcc5b218331fb2179418f7889.tar.gz bcm5719-llvm-8f80a61914f9b26bcc5b218331fb2179418f7889.zip  | |
Remove the -fhidden-weak-vtables -cc1 option.  It was dead,
gross, and increasingly replaced through other mechanisms.
llvm-svn: 201011
Diffstat (limited to 'clang/lib/CodeGen/ItaniumCXXABI.cpp')
| -rw-r--r-- | clang/lib/CodeGen/ItaniumCXXABI.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/ItaniumCXXABI.cpp b/clang/lib/CodeGen/ItaniumCXXABI.cpp index b5dc8195117..8cfac9d2c16 100644 --- a/clang/lib/CodeGen/ItaniumCXXABI.cpp +++ b/clang/lib/CodeGen/ItaniumCXXABI.cpp @@ -961,7 +961,7 @@ void ItaniumCXXABI::emitVTableDefinitions(CodeGenVTables &CGVT,    VTable->setLinkage(Linkage);    // Set the right visibility. -  CGM.setTypeVisibility(VTable, RD, CodeGenModule::TVK_ForVTable); +  CGM.setGlobalVisibility(VTable, RD);    // If this is the magic class __cxxabiv1::__fundamental_type_info,    // we will emit the typeinfo for the fundamental types. This is the  | 

