================
@@ -78,6 +78,79 @@ _start:
   adrp x1, :got_auth:zed
   add  x1, x1, :got_auth_lo12:zed
 
+#--- ok-tiny.s
+
+# RUN: llvm-mc -filetype=obj -triple=aarch64-none-linux ok-tiny.s -o ok-tiny.o
----------------
MaskRay wrote:

`none` is also an OS component and is misleading when used together with 
`linux`.

Just use `aarch64` (or `aarch64-linux` when it's important to mention Linux, 
usually it's not)

https://github.com/llvm/llvm-project/pull/113816
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to