[PATCH] D77231: [lld] Support -emit-asm with LTO
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 12:04:51 PDT 2020
hoyFB marked 2 inline comments as done.
hoyFB added inline comments.
================
Comment at: lld/test/ELF/lto/emit-asm.ll:8
+; RUN: -shared %t.o -o %t2.s
+; RUN: cat %t2.s %t2.s1 > %t3.s
+; RUN: FileCheck --input-file %t3.s %s
----------------
MaskRay wrote:
> Check the contents of %t2.s and %t2.s1, respectively.
Now sure if the partition stably places f1 in the first assembly and f2 in the second. So I'm using CHECK-DAG on the merged output. What do you think?
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