| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 276649
|
|
|
|
| |
llvm-svn: 276642
|
|
|
|
|
|
| |
linker script
llvm-svn: 276630
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Output section description in SECTIONS looks like that:
section [address] [(type)] :
...
{
...
}
Patch implements support of address atribute.
Differential revision: https://reviews.llvm.org/D22689
llvm-svn: 276619
|
|
|
|
|
|
|
|
|
|
| |
PROVIDE request us to define a symbol only if it is referenced and is
not defined by any object included in the link. We created the
symbol in the symbol table no matter what.
Differential Revision: https://reviews.llvm.org/D22739
llvm-svn: 276592
|
|
llvm-svn: 276582
|