[clang] [lld] [llvm] [MTE] Improve memtag support for non-Android AArch64 targets (PR #183275)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 10:10:04 PDT 2026
================
@@ -0,0 +1,48 @@
+// RUN: %clang -### --target=aarch64-linux-android -march=armv8+memtag \
----------------
MaskRay wrote:
Some features use both `xxx.c` and `xxx-ld.c`, which is an anti-pattern.
You can use `xxx.c` `clang --xxx a.c` to test both cc1 and ld options in one RUN, saving a clang -### invocation.
https://github.com/llvm/llvm-project/pull/183275
More information about the cfe-commits
mailing list