Fix the test case that places intermediate in source directory.

This causes "permission denied" error in some controlled test environment where source tree is read-only.

Differential Revision: https://reviews.llvm.org/D47839

llvm-svn: 334114
This commit is contained in:
Han Shen 2018-06-06 18:53:17 +00:00
parent cc1c4b6912
commit 2c5d2ea8a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@ RUN: not llvm-mc -triple armv7a-linux-gnueabihf %s -filetype=obj -o %s.o 2>&1 | FileCheck %s
@ RUN: not llvm-mc -triple armv7a-linux-gnueabihf %s -filetype=obj -o %t.o 2>&1 | FileCheck %s
@ The relaxations should be applied using the subtarget from the fragment
@ containing the fixup and not the per module subtarget.