| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
I think it is clear by now that the new linker is viable.
llvm-svn: 262158
|
|
|
|
|
|
| |
Patch from George Rimar!
llvm-svn: 248525
|
|
|
|
| |
llvm-svn: 244849
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is GNU ELF linker extension used particularly by LibC code.
If input object files contain section named XXX, and the XXX is a valid C
identifier, and there are undefined or weak symbols __start_XXX/__stop_XXX,
linker should define __start_XXX/__stop_XXX symbols point to the begin/end
of the XXX section correspondingly.
For example, without support of this extension statically linked executables
for X86_64 and Mips (maybe other) targets do not flush IO buffers at the end
of executing.
llvm-svn: 241341
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D9963
llvm-svn: 238169
|
|
|
|
| |
llvm-svn: 238030
|
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D9921
Reviewed by: atanasyan
llvm-svn: 237973
|
|
|
|
| |
llvm-svn: 237886
|
|
The size of AArch64TargetHandler.cpp.o is now 4.5MB.
llvm-svn: 234916
|