[llvm-dev] lld: order of object files to be put into executable

Quolick via llvm-dev llvm-dev at lists.llvm.org
Sun Feb 25 20:33:53 PST 2018


Hi all!

Is it possible somehow to specify *order* of object files to be put to executable file?
For example, I want to put obj1.o and obj2.o somewhere at the beginning, so when executable file would be mapped
to memory, this code would be accessed quickly.



More information about the llvm-dev mailing list