[clang] [AArch64][PAC][clang][ELF] Support PAuth ABI core info (PR #85235)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Wed May 8 22:06:02 PDT 2024
================
@@ -0,0 +1,59 @@
+// RUN: %clang_cc1 -triple aarch64-linux -S -emit-llvm -o - \
----------------
MaskRay wrote:
`-S` should be removed. I've cleaned up the whole clang/test suite.
After https://github.com/llvm/llvm-project/pull/91140 this will lead to an error.
https://github.com/llvm/llvm-project/pull/85235
More information about the cfe-commits
mailing list