[clang] [AArch64][PAC][clang][ELF] Support PAuth ABI core info (PR #85235)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 23 21:59:39 PDT 2024


================
@@ -0,0 +1,59 @@
+// RUN: %clang --target=aarch64-linux -S -emit-llvm -o - \
----------------
MaskRay wrote:

We prefer `%clang_cc1` for codegen tests. `%clang` is not used in clang/test/Driver

https://github.com/llvm/llvm-project/pull/85235


More information about the cfe-commits mailing list