[PATCH] D77231: [lld] Support --lto-emit-asm and --plugin-opt=emit-asm

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 12:26:33 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/ELF/lto/emit-asm.ll:6
+; RUN: cat %t2.s %t2.s1 > %t3.s
+; RUN: FileCheck --input-file %t3.s %s
+
----------------
It may be helpful to add a test demonstrating that `--lto-emit-asm --save-temps` can be use together.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77231





More information about the llvm-commits mailing list