[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
Thu Apr 16 13:56:33 PDT 2020


hoyFB marked an inline comment as done.
hoyFB added inline comments.


================
Comment at: lld/test/ELF/lto/emit-asm.ll:1
+; RUN: llvm-as %s -o %t.o
+; RUN: ld.lld --lto-emit-asm -shared %t.o -o - | FileCheck %s
----------------
MaskRay wrote:
> `; REQUIRES: x86`
Oops, I overlooked this one. Why doesn't it work on non-X86?


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