[PATCH] D18415: [LTO] Basic support for internalize.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 25 03:33:41 PDT 2016
grimar added a subscriber: grimar.
================
Comment at: test/ELF/lto/internalize-basic.ll:4
@@ +3,3 @@
+; RUN: ld.lld -m elf_x86_64 %t.o -o %t2 -save-temps
+; RUN: llvm-dis %t2.lto.bc -o - | FileCheck %s
+
----------------
"-o -" ? That looks a bit wierd to have "-" as a file name IMO, may be just standart temporary file would be better here ?
http://reviews.llvm.org/D18415
More information about the llvm-commits
mailing list