| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
addresses. NFC
llvm-svn: 371458
|
|
|
|
|
|
| |
This restores the original comment in the test case.
llvm-svn: 336180
|
|
|
|
|
|
| |
Post commit review at rLLD335992
llvm-svn: 336129
|
|
Summary:
Previously LLD would not add any dynamic relocations and write a module
index of 1 which is not correct for the shared library case.
This can happen when a thread-local global variable is marked as local with
a version script. With this change I am now able to link all of the FreeBSD
base system for MIPS64 with LLD.
Differential Revision: https://reviews.llvm.org/D48002
llvm-svn: 334483
|