Skip to content

Commit c609c04

Browse files
committed
[CodeGen] Use fixed triple in weak-external test (NFC)
The codegen here differs substantially if UseARMMethodPtrABI is enabled. Use a fixed x86 triple to avoid this.
1 parent c769079 commit c609c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenCXX/weak-external.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -triple %itanium_abi_triple %s -emit-llvm -o - | FileCheck %s
1+
// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -triple x86_64-unknown-linux-gnu %s -emit-llvm -o - | FileCheck %s
22
// PR4262
33

44
// CHECK-NOT: _ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag

0 commit comments

Comments
 (0)