We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a29dd6 commit aedff8dCopy full SHA for aedff8d
clang/test/CodeGen/unique-internal-linkage-names-alias.c
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 %s -emit-llvm -funique-internal-linkage-names -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-unknown-linux %s -emit-llvm -funique-internal-linkage-names -o - | FileCheck %s
2
3
struct A;
4
static long foo(const struct A*p);
0 commit comments