[ELF] Set -o because current directory may not be writable during a test

llvm-svn: 335992
This commit is contained in:
Fangrui Song 2018-06-29 17:07:22 +00:00
parent a0857eaefe
commit c61b568e2d
1 changed files with 1 additions and 1 deletions

View File

@ -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: