[Tests] Remove the correct files.

llvm-svn: 264136
This commit is contained in:
Davide Italiano 2016-03-23 03:20:46 +00:00
parent a0f517fc15
commit da45298e58
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; REQUIRES: x86
; RUN: rm -f %t %t.lto.bc %t.lto.opt.bc %t.lto.o
; RUN: rm -f %t.so.lto.bc %t.so.lto.opt.bc %t.so.lto.o
; RUN: llvm-as %s -o %t.o
; RUN: ld.lld -m elf_x86_64 %t.o -o %t.so -save-temps -shared
; RUN: llvm-dis %t.so.lto.opt.bc -o - | FileCheck %s