You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is found during the pulldown (PR #2745), regression is caused by ff2e24a.
Looks like we expect dllexport/dllimport attributes to be not supported, but they are just ignored as unknown ones.
/localdisk2/sycl_ci/buildbot/worker/sycl-ubu-x64-pr/llvm.src/clang/test/SemaSYCL/sycl-dllimport-dllexport.cpp:22:11: error: CHECK: expected string not found in input
// CHECK: warning: __declspec attribute 'dllexport' is not supported
^
<stdin>:1:1: note: scanning from here
/localdisk2/sycl_ci/buildbot/worker/sycl-ubu-x64-pr/llvm.src/clang/test/SemaSYCL/sycl-dllimport-dllexport.cpp:32:7: warning: unknown attribute 'dllimport' ignored [-Wunknown-attributes]
^
<stdin>:1:117: note: possible intended match here
/localdisk2/sycl_ci/buildbot/worker/sycl-ubu-x64-pr/llvm.src/clang/test/SemaSYCL/sycl-dllimport-dllexport.cpp:32:7: warning: unknown attribute 'dllimport' ignored [-Wunknown-attributes]
Surprisingly, it failed on both Linux and Win, although the change seems to have support of these attributes on Windows.
I'll mark the test with XFAIL until further fix.
The text was updated successfully, but these errors were encountered:
vmaksimo
added a commit
to vmaksimo/llvm
that referenced
this issue
Nov 10, 2020
The issue is found during the pulldown (PR #2745), regression is caused by ff2e24a.
Looks like we expect dllexport/dllimport attributes to be not supported, but they are just ignored as unknown ones.
Surprisingly, it failed on both Linux and Win, although the change seems to have support of these attributes on Windows.
I'll mark the test with XFAIL until further fix.
The text was updated successfully, but these errors were encountered: