Don't leave temporary files in the test directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89531 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen 2009-11-21 02:05:31 +00:00
parent 323d8c3ed7
commit b99b63c2e5

View File

@ -1,5 +1,5 @@
; RUN: llc -march=msp430 %s
; RUN: llc -march=pic16 %s
; RUN: llc -march=msp430 < %s
; RUN: llc -march=pic16 < %s
; PR5558
define i64 @_strtoll_r(i16 %base) nounwind {