[PATCH] D56114: [gold] emit assembly listing from gold plugin on LTO stage

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 14:05:57 PST 2019


tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.

LGTM, with a change to the gold invocations to make the test more portable.



================
Comment at: test/tools/gold/X86/emit-asm.ll:3
+
+; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
+; RUN:    --plugin-opt=emit-asm \
----------------
Please add "-m elf_x86_64" to the gold invocations.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56114





More information about the llvm-commits mailing list