[clang] 7e9c233 - Run test with triple arm64-apple-ios (#102343)

via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 7 16:48:32 PDT 2024


Author: Akira Hatanaka
Date: 2024-08-07T16:48:29-07:00
New Revision: 7e9c23352945af72227481e03d3a3f388de6ab46

URL: https://github.com/llvm/llvm-project/commit/7e9c23352945af72227481e03d3a3f388de6ab46
DIFF: https://github.com/llvm/llvm-project/commit/7e9c23352945af72227481e03d3a3f388de6ab46.diff

LOG: Run test with triple arm64-apple-ios (#102343)

Added: 
    

Modified: 
    clang/test/CodeGenCXX/mangle-fail.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGenCXX/mangle-fail.cpp b/clang/test/CodeGenCXX/mangle-fail.cpp
index f3b50cfb54dbd..a2fd16be4df1e 100644
--- a/clang/test/CodeGenCXX/mangle-fail.cpp
+++ b/clang/test/CodeGenCXX/mangle-fail.cpp
@@ -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 arm64-apple-ios -fptrauth-intrinsics -verify %s -DN=3
 // RUN: %clang_cc1 -emit-llvm-only -x c++ -std=c++11 -triple aarch64-linux-gnu -fptrauth-intrinsics -verify %s -DN=3
 
 struct A { int a; };


        


More information about the cfe-commits mailing list