[clang] [PAC] Define __builtin_ptrauth_type_discriminator (PR #100204)

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 23 17:08:39 PDT 2024


================
@@ -1,5 +1,6 @@
 // RUN: %clang_cc1 -emit-llvm-only -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=1
 // RUN: %clang_cc1 -emit-llvm-only -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=2
+// RUN: %clang_cc1 -emit-llvm-only -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=3
----------------
ahatanak wrote:

The test case is guarded by `#elif N == 3`, so `aarch64-registered-target` isn't needed.

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


More information about the cfe-commits mailing list