Skip to content

Commit 80d2f75

Browse files
committed
Update test comments
Signed-off-by: Soumi Manna <[email protected]>
1 parent 6548d63 commit 80d2f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/SemaSYCL/sycl-device-intel-fpga-local.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
// Merging of incompatible attributes
1818
// FIXME: Diagnostic order isn't correct, this isn't what we'd want here but
19-
// this is an upstream issue and checkAttrMutualExclusion() needs to be fixed
20-
// there for the correct order.
19+
// this is an upstream issue. Merge function is calling checkAttrMutualExclusion()
20+
// function that has backwards diagnostic behavior. This should be fixed into upstream.
2121
//expected-error@+2{{'max_replicates' and 'fpga_register' attributes are not compatible}}
2222
//expected-note@+2{{conflicting attribute is here}}
2323
[[intel::max_replicates(12)]] extern const int var_max_replicates_2;

0 commit comments

Comments
 (0)