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 0b785a4 commit a0c1cd6Copy full SHA for a0c1cd6
clang/test/CodeGen/attr-retain.c
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -triple x86_64 %s -o - | FileCheck %s
2
3
/// Set !retain regardless of the target. The backend will lower !retain to
4
/// SHF_GNU_RETAIN on ELF and ignore the metadata for other binary formats.
0 commit comments