[PATCH] D90663: [lld-macho] Add very basic support for LTO

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 21:39:20 PST 2020


int3 added inline comments.


================
Comment at: lld/test/MachO/lto-save-temps.ll:10
+; RUN: %lld -save-temps %t/foo.o %t/test.o -o %t/test
+; RUN: llvm-objdump -d --no-show-raw-insn %t/test.lto.o | FileCheck %s --check-prefix=ALL
+; RUN: llvm-objdump -d --no-show-raw-insn %t/test | FileCheck %s --check-prefix=ALL
----------------
it would be nice to check that the other temp files *don't* exist, but I'm not sure how to do that in a cross-platform way in `llvm-lit`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90663



More information about the llvm-commits mailing list