| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Using non unique names found a bug in the ICF inplementation in gold:
https://sourceware.org/bugzilla/show_bug.cgi?id=18440
This reverts commit r234143.
llvm-svn: 238048
|
|
|
|
|
|
|
|
|
|
|
| |
Original message:
Don't use unique section names by default if using the integrated as.
This saves some IO and ccache space by not creating long section names. It
should work with every ELF linker.
llvm-svn: 234143
|
|
|
|
|
|
|
|
| |
the integrated as."""
This reverts commit r234101. I will debug what went wrong with ARM.
llvm-svn: 234104
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
integrated as.""
This reverts commit r233398, bringing back 233393 now that LLVM is fixed.
Original message:
Don't use unique section names by default if using the integrated as.
This saves some IO and ccache space by not creating long section names. It
should work with every ELF linker.
llvm-svn: 234101
|
|
|
|
|
|
| |
This reverts commit r233393 while a debug a bot failure.
llvm-svn: 233398
|
|
|
|
|
|
|
| |
This saves some IO and ccache space by not creating long section names. It
should work with every ELF linker.
llvm-svn: 233393
|
|
|
|
|
|
|
|
|
| |
For now -funique-section-names is the default, so no change in default behavior.
The total .o size in a build of llvm and clang goes from 241687775 to 230649031
bytes if -fno-unique-section-names is used.
llvm-svn: 230031
|
|
llvm-svn: 200685
|