forked from OSchip/llvm-project
[ELF] Set -o because current directory may not be writable during a test
llvm-svn: 335992
This commit is contained in:
parent
a0857eaefe
commit
c61b568e2d
|
@ -1,7 +1,7 @@
|
|||
// REQUIRES: x86
|
||||
|
||||
// RUN: llvm-mc -filetype=obj -triple=i386-pc-linux %s -o %t1.o
|
||||
// RUN: ld.lld %t1.o -M | FileCheck -strict-whitespace %s
|
||||
// RUN: ld.lld %t1.o -o %t1 -M | FileCheck -strict-whitespace %s
|
||||
|
||||
.global _start
|
||||
_start:
|
||||
|
|
Loading…
Reference in New Issue