Skip to content

Commit 182e79f

Browse files
BeMgAaronBallman
andauthored
Update clang/test/Sema/attr-target-version-unsupported.c
Co-authored-by: Aaron Ballman <[email protected]>
1 parent a92daf6 commit 182e79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -verify %s
1+
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -verify %s
22

33
//expected-warning@+1 {{unknown attribute 'target_version' ignored}}
44
int __attribute__((target_version("aes"))) foo(void) { return 3; }

0 commit comments

Comments
 (0)