1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/test/LTO
Rafael Espindola 34304975c5 Optimize more linkonce_odr values during LTO.
When a linkonce_odr value that is on the dso list is not unnamed_addr
we can still look to see if anything is actually using its address. If
not, it is safe to hide it.

This patch implements that by moving GlobalStatus to Transforms/Utils
and using it in Internalize.

llvm-svn: 193090
2013-10-21 17:14:55 +00:00
..
cfi_endproc.ll Optimize more linkonce_odr values during LTO. 2013-10-21 17:14:55 +00:00
lit.local.cfg llvm/test/LTO should run also on cygwin. 2013-10-09 01:07:31 +00:00