llvm-6502/lib/AsmParser
Rafael Espindola 19794da02c 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
2013-11-01 17:09:14 +00:00
..
CMakeLists.txt
LLLexer.cpp Remove linkonce_odr_auto_hide. 2013-11-01 17:09:14 +00:00
LLLexer.h Revert "Give internal classes hidden visibility." 2013-09-11 18:05:11 +00:00
LLParser.cpp Remove linkonce_odr_auto_hide. 2013-11-01 17:09:14 +00:00
LLParser.h AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format. 2013-09-28 00:22:27 +00:00
LLToken.h Remove linkonce_odr_auto_hide. 2013-11-01 17:09:14 +00:00
LLVMBuild.txt
Makefile
Parser.cpp keep only the StringRef version of getFileOrSTDIN. 2013-06-25 05:28:34 +00:00