[PATCH] D19644: [ThinLTO] Option to control path of distributed backend files
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed May 4 14:08:05 PDT 2016
joker.eph added a comment.
Can this be exposed to `llvm-lto` as well? It'll help testing when refactoring everything behind a new API.
================
Comment at: test/tools/gold/X86/thinlto_prefix_replace.ll:13
@@ +12,3 @@
+; RUN: ls -l %T/newpath/thinlto_prefix_replace.o.thinlto.bc | FileCheck %s
+; CHECK: thinlto_prefix_replace.o.thinlto.bc
+
----------------
I think you can just write `ls %T/newpath/thinlto_prefix_replace.o.thinlto.bc` without any FileCheck, it should be enough to test the existence of the file.
http://reviews.llvm.org/D19644
More information about the llvm-commits
mailing list