[lld] [lld][AArch64] Add support for GCS (PR #90732)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 09:53:42 PDT 2024
================
@@ -0,0 +1,66 @@
+# REQUIRES: aarch64
+# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %s -o %t1.o
+# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-func2-gcs.s -o %t2.o
+# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-func3-gcs.s -o %t3.o
+# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-func2.s -o %t2no.o
+# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-func3.s -o %t3no.o
+
+# GCS should be enabled when it's enabled in all inputs or when it's forced on.
----------------
MaskRay wrote:
Newer tests prefer `## ` for non-RUN-non-CHECK comments to make them stand out
https://github.com/llvm/llvm-project/pull/90732
More information about the llvm-commits
mailing list