search for: processsectioncommands

Displaying 2 results from an estimated 2 matches for "processsectioncommands".

2020 Nov 18
1
LTO with Linker Scripts
...ing output section names or input section descriptions before compiling bitcode files is challenging within LLD and (I believe) gold's frameworks, if there are desires to contribute to LLD or LLVMgold.so (which can be used by both GNU ld and gold). It seems that we'll have to duplicate some processSectionCommands() work before LTO.
2020 Nov 18
2
LTO with Linker Scripts
Hello All, I'd like to pick up on an RFC about "(Thin)LTO with Linker Scripts" proposed by Tobias von Koch (http://lists.llvm.org/pipermail/llvm-dev/2018-May/123252.html) a couple years back. Has this work been upstreamed or implemented in any toolchains? We're looking at bringing LTO support to our TI Arm Clang Compiler tools and would appreciate any information about similar