[PATCH] D78988: [LTO] Suppress emission of empty combined module by default

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 3 11:09:35 PDT 2020


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: lld/test/ELF/lto/linker-script-symbols-assign.ll:8
+;; Combined module is not empty, but it will be empty after optimization.
+;; Ensure ld still emits empty combined obj in this case.
 ; RUN: llvm-nm %t2.lto.o | count 0
----------------
s/ld/lld/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78988





More information about the llvm-commits mailing list