Skip to content

Commit a0c1cd6

Browse files
committed
[test] Add -triple x86_64 to attr-retain.c
1 parent 0b785a4 commit a0c1cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/attr-retain.c

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

33
/// Set !retain regardless of the target. The backend will lower !retain to
44
/// SHF_GNU_RETAIN on ELF and ignore the metadata for other binary formats.

0 commit comments

Comments
 (0)