[PATCH] D77231: [lld] Support --lto-emit-asm and --plugin-opt=emit-asm
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 14:07:43 PDT 2020
hoyFB 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
+
----------------
MaskRay wrote:
> It may be helpful to add a test demonstrating that `--lto-emit-asm --save-temps` can be use together.
Sounds good. I'm checking one of the `.bc` files are an output of `--save-temps`.
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