[PATCH] D46731: Splitting thinlto.ll test file and renaming other test files.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 11 11:06:53 PDT 2018
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lld/test/ELF/lto/thinlto-no-index.ll:9-11
+; RUN: rm -f %t1.o.thinlto.bc
+; RUN: rm -f %t2.o.thinlto.bc
+; RUN: rm -f %t3.o.thinlto.bc
----------------
rm -f %t1.o.thinlto.bc %t2.o.thinlto.bc %t3.o.thinlto.bc
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D46731
More information about the llvm-commits
mailing list