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 f172bfc commit f22c300Copy full SHA for f22c300
clang/test/Sema/alias-unused.cpp
@@ -1,5 +1,5 @@
1
-// RUN: %clang_cc1 -triple %itanium_abi_triple -Wunused -x c -verify %s
2
-// RUN: %clang_cc1 -triple %itanium_abi_triple -Wunused -verify=expected,cxx %s
+// RUN: %clang_cc1 -triple x86_64-linux -Wunused -x c -verify %s
+// RUN: %clang_cc1 -triple x86_64-linux -Wunused -verify=expected,cxx %s
3
4
#ifdef __cplusplus
5
extern "C" {
0 commit comments