1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test/Transforms/Internalize
Rafael Espindola a88c415234 Optimize linkonce_odr unnamed_addr functions during LTO.
Generalize the API so we can distinguish symbols that are needed just for a DSO
symbol table from those that are used from some native .o.

The symbols that are only wanted for the dso symbol table can be dropped if
llvm can prove every other dso has a copy (linkonce_odr) and the address is not
important (unnamed_addr).

llvm-svn: 191922
2013-10-03 18:29:09 +00:00
..
2009-01-05-InternalizeAliases.ll Change the internalize pass to internalize all symbols when given an empty 2012-10-26 18:47:48 +00:00
apifile Merge these 2 tests in a single file. 2013-09-04 19:19:32 +00:00
lists.ll Optimize linkonce_odr unnamed_addr functions during LTO. 2013-10-03 18:29:09 +00:00
used.ll Respect llvm.used in Internalize. 2013-07-25 03:23:25 +00:00