[PATCH] D56046: Output ELF files after ThinLTO is run.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 27 14:35:43 PST 2018


MaskRay added a comment.

The filenames of `Task=0` and different. Is this preferable?

t.o t2.o were compiled with -module-summary
===========================================

`ld.lld --plugin-opt=obj-path=t3.o -shared t.o t2.o` => creates `t2.o0 t2.o1 t2.o2`

`gold --plugin=~/llvm/Release/lib/LLVMgold.so --plugin-opt=thinlto --plugin-opt=obj-path=t3.o -shared t.o t2.o` => creates `t2.o t2.o1 t2.o2`


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56046/new/

https://reviews.llvm.org/D56046





More information about the llvm-commits mailing list