[llvm] ba2f496 - [MC][AArch64][NFC] Re-enable a test (#96344)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 18:22:25 PDT 2024


Author: Igor Kudrin
Date: 2024-06-21T18:22:21-07:00
New Revision: ba2f4964e3c013dfac4f5eac0be652679b2faec3

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

LOG: [MC][AArch64][NFC] Re-enable a test (#96344)

Part of the test did not run due to an incorrect prefix.

The test was added in [D27629](https://reviews.llvm.org/D27629).

Added: 
    

Modified: 
    llvm/test/MC/AArch64/ELF_ARM64_large-relocations.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AArch64/ELF_ARM64_large-relocations.s b/llvm/test/MC/AArch64/ELF_ARM64_large-relocations.s
index 66f28dabd79fa..8259484d956d0 100644
--- a/llvm/test/MC/AArch64/ELF_ARM64_large-relocations.s
+++ b/llvm/test/MC/AArch64/ELF_ARM64_large-relocations.s
@@ -1,7 +1,7 @@
 # RUN: llvm-mc -triple=arm64-none-linux-gnu -large-code-model -filetype=obj -o %T/large-reloc.o %s
 # RUN: llvm-rtdyld -triple=arm64-none-linux-gnu -verify -map-section large-reloc.o,.eh_frame=0x10000 -map-section large-reloc.o,.text=0xffff000000000000 -check=%s %T/large-reloc.o
-# RUN-BE: llvm-mc -triple=aarch64_be-none-linux-gnu -large-code-model -filetype=obj -o %T/be-large-reloc.o %s
-# RUN-BE: llvm-rtdyld -triple=aarch64_be-none-linux-gnu -verify -map-section be-large-reloc.o,.eh_frame=0x10000 -map-section be-large-reloc.o,.text=0xffff000000000000 -check=%s %T/be-large-reloc.o
+# RUN: llvm-mc -triple=aarch64_be-none-linux-gnu -large-code-model -filetype=obj -o %T/large-reloc.o %s
+# RUN: llvm-rtdyld -triple=aarch64_be-none-linux-gnu -verify -map-section large-reloc.o,.eh_frame=0x10000 -map-section large-reloc.o,.text=0xffff000000000000 -check=%s %T/large-reloc.o
 
         .text
         .globl  g


        


More information about the llvm-commits mailing list