[clang] [llvm] [AArch64] Fix _sys implemantation and MRS/MSR Sema checks (PR #187290)
Daniel Paoliello via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 18 10:05:51 PDT 2026
================
@@ -11,7 +11,7 @@
// From winnt.h
// op0=1 encodings, use with __sys
-#define ARM64_SYSINSTR(op0, op1, crn, crm, op2) \
----------------
dpaoliello wrote:
Same comment about winnt.h here: please don't change the signature of this.
https://github.com/llvm/llvm-project/pull/187290
More information about the cfe-commits
mailing list