diff options
-rw-r--r-- | llvm/test/MC/ARM/fixup-per-fragment.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/fixup-per-fragment.s b/llvm/test/MC/ARM/fixup-per-fragment.s index a127a396528..bf4524de75f 100644 --- a/llvm/test/MC/ARM/fixup-per-fragment.s +++ b/llvm/test/MC/ARM/fixup-per-fragment.s @@ -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. |