Avoid writing to source directory of tests

llvm-svn: 254324
This commit is contained in:
Reid Kleckner 2015-11-30 20:36:23 +00:00
parent a4b22c0406
commit 4353b49dc0

View File

@ -4,7 +4,7 @@
; RUN: FileCheck --check-prefix=ALL --check-prefix=CHECK2 %s
; Test the bitcode writer too. It used to crash.
; RUN: llvm-link %s %p/Inputs/ctors.ll -o t.bc
; RUN: llvm-link %s %p/Inputs/ctors.ll -o %t.bc
@v = weak global i8 0
; CHECK1: @v = weak global i8 0