File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3283,7 +3283,7 @@ def warn_unsupported_target_attribute
32833283 "attribute ignored">,
32843284 InGroup<IgnoredAttributes>;
32853285def err_target_version_unsupported
3286- : Error<"target_version attribute is not supported in this target">;
3286+ : Error<"target_version attribute is not supported on this target">;
32873287def err_attribute_unsupported
32883288 : Error<"%0 attribute is not supported on targets missing %1;"
32893289 " specify an appropriate -march= or -mcpu=">;
Original file line number Diff line number Diff line change 11// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -verify %s
22
3- //expected-error@+1 {{target_version attribute is not supported in this target}}
3+ //expected-error@+1 {{target_version attribute is not supported on this target}}
44int __attribute__((target_version ("aes" ))) foo (void ) { return 3 ; }
You can’t perform that action at this time.
0 commit comments