1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/Bitcode/Writer
Rafael Espindola af18aaf051 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).

llvm-svn: 193865
2013-11-01 17:09:14 +00:00
..
BitcodeWriter.cpp Remove linkonce_odr_auto_hide. 2013-11-01 17:09:14 +00:00
BitcodeWriterPass.cpp Code Custodian: 2012-11-25 15:23:39 +00:00
BitWriter.cpp Add a wrapper for open. 2013-07-16 19:44:17 +00:00
CMakeLists.txt Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:31 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
ValueEnumerator.cpp Implement function prefix data as an IR feature. 2013-09-16 01:08:15 +00:00
ValueEnumerator.h Revert "Give internal classes hidden visibility." 2013-09-11 18:05:11 +00:00