| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
This was broken when options were moved up in r191680. No test because this is
specific LLVMgold.so/libLTO.so.
Patch by Tom Roeder!
llvm-svn: 191829
|
| |
|
|
|
|
| |
Patch by Richard Sandiford.
llvm-svn: 191680
|
|
|
more reliably across platforms. Patch by Tom Roeder!
llvm-svn: 191343
|