[clang] [clang] Add builtin_get_vtable_pointer and virtual_member_address (PR #135469)
Anton Korobeynikov via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 11 20:48:04 PDT 2025
================
@@ -0,0 +1,41 @@
+// RUN: %clang_cc1 -triple arm64e-apple-ios -fptrauth-calls -emit-llvm -no-enable-noundef-analysis -o - %s | FileCheck %s --check-prefixes CHECK,CHECK-AUTH
+// RUN: %clang_cc1 -triple arm64-apple-ios -emit-llvm -no-enable-noundef-analysis -o - %s | FileCheck %s --check-prefixes CHECK,CHECK-NOAUTH
----------------
asl wrote:
will you please also add ELF target triples in tests?
https://github.com/llvm/llvm-project/pull/135469
More information about the cfe-commits
mailing list