Remove linkonce_odr_auto_hide.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 1 Nov 2013 17:09:14 +0000 (17:09 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 1 Nov 2013 17:09:14 +0000 (17:09 +0000)
commit19794da02cc48a772ae6f4756b14b111a627170e
tree9dda635ddcf69fa502bf5dc3e1c8ab9f862d589f
parent307cfaeaf0bc629357725fb0c471e45319d48ff1
Remove linkonce_odr_auto_hide.

linkonce_odr_auto_hide was in incomplete attempt to implement a way
for the linker to hide symbols that are known to be available in every
TU and whose addresses are not relevant for a particular DSO.

It was redundant in that it all its uses are equivalent to
linkonce_odr+unnamed_addr. Unlike those, it has never been connected
to clang or llvm's optimizers, so it was effectively dead.

Given that nothing produces it, this patch just nukes it
(other than the llvm-c enum value).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193865 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
docs/LangRef.rst
include/llvm-c/Core.h
include/llvm/IR/GlobalValue.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/IR/AsmWriter.cpp
lib/IR/Core.cpp
lib/IR/Verifier.cpp
lib/LTO/LTOModule.cpp
lib/Target/CppBackend/CPPBackend.cpp
utils/kate/llvm.xml
utils/vim/llvm.vim