Skip to content

Commit aedff8d

Browse files
committed
Check Itanium mangling only
1 parent 9a29dd6 commit aedff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/unique-internal-linkage-names-alias.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 %s -emit-llvm -funique-internal-linkage-names -o - | FileCheck %s
1+
// RUN: %clang_cc1 -triple x86_64-unknown-linux %s -emit-llvm -funique-internal-linkage-names -o - | FileCheck %s
22

33
struct A;
44
static long foo(const struct A*p);

0 commit comments

Comments
 (0)