forked from OSchip/llvm-project
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:
parent
cc1c4b6912
commit
2c5d2ea8a6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue