[PATCH] D127777: [ThinLTO][ELF] Add --thinlto-emit-index-files option
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 20:47:02 PDT 2022
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/test/ELF/lto/thinlto-emit-index.ll:11
+; RUN: ls 2.o.thinlto.bc
+; RUN: test -e 3
+; RUN: ld.lld -shared 1.o 2.o -o 3
----------------
You may change all `test -e` to `test -f` or just `ls`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127777/new/
https://reviews.llvm.org/D127777
More information about the llvm-commits
mailing list