[llvm] 6a7a208 - Add requirement for aarch64-registered-target to test change added in 42e3f97a9dd3a439f63a733c4ee909cba6b77e49.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 12:27:07 PST 2021


Author: Douglas Yung
Date: 2021-03-09T12:26:15-08:00
New Revision: 6a7a20835774115f6e10bf05713cd3a0f5786278

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

LOG: Add requirement for aarch64-registered-target to test change added in 42e3f97a9dd3a439f63a733c4ee909cba6b77e49.

Added: 
    

Modified: 
    llvm/test/MC/ELF/section-gnu.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/ELF/section-gnu.s b/llvm/test/MC/ELF/section-gnu.s
index 67a09a62d485..cb4fc9d3d2b5 100644
--- a/llvm/test/MC/ELF/section-gnu.s
+++ b/llvm/test/MC/ELF/section-gnu.s
@@ -1,3 +1,4 @@
+# REQUIRES: aarch64-registered-target
 # RUN: llvm-mc -triple=x86_64 %s | FileCheck %s --check-prefix=ASM
 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s | llvm-readobj -hS - | FileCheck %s --check-prefixes=GNU,OBJ
 # RUN: llvm-mc -filetype=obj -triple=aarch64-freebsd %s | llvm-readobj -hS - | FileCheck %s --check-prefixes=FREEBSD,OBJ


        


More information about the llvm-commits mailing list