[PATCH] D50803: [gold-plugin] Add "obj-files" option

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 12:38:31 PDT 2018


pcc added a comment.

I'm not sure, I'm not an expert on the Linux build system. There's probably some link rule somewhere that contains something like `-o $@`, maybe you can change it to say `-o $@ -plugin-opt=obj-path=$@.o`?


Repository:
  rL LLVM

https://reviews.llvm.org/D50803





More information about the llvm-commits mailing list