[llvm] d88c1f9 - [MC][ARM] Fix test.

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 09:12:06 PST 2024


Author: Alina Sbirlea
Date: 2024-01-16T09:10:48-08:00
New Revision: d88c1f94894ff568d1f5fa2dfc9219a9361d9932

URL: https://github.com/llvm/llvm-project/commit/d88c1f94894ff568d1f5fa2dfc9219a9361d9932
DIFF: https://github.com/llvm/llvm-project/commit/d88c1f94894ff568d1f5fa2dfc9219a9361d9932.diff

LOG: [MC][ARM] Fix test.

Added: 
    

Modified: 
    llvm/test/MC/ARM/pcrel-ldrd-same-section.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/ARM/pcrel-ldrd-same-section.s b/llvm/test/MC/ARM/pcrel-ldrd-same-section.s
index b176a7562d7818c..81026abeb7efef9 100644
--- a/llvm/test/MC/ARM/pcrel-ldrd-same-section.s
+++ b/llvm/test/MC/ARM/pcrel-ldrd-same-section.s
@@ -10,7 +10,7 @@
 @ RUN: llvm-readelf -r %t | FileCheck %s --check-prefix=RELOC
 @ RUN: llvm-objdump -d --triple=thumbv7  %t | FileCheck %s --check-prefix=THUMB_OFFSET
 
-@ RUN: llvm-mc -filetype=obj -o %y %s -triple=thumbebv7
+@ RUN: llvm-mc -filetype=obj -o %t %s -triple=thumbebv7
 @ RUN: llvm-readelf -r %t | FileCheck %s --check-prefix=RELOC
 @ RUN: llvm-objdump -d --triple=thumbebv7 %t | FileCheck %s --check-prefix=THUMB_OFFSET
 


        


More information about the llvm-commits mailing list