Skip to content

Commit 190a44d

Browse files
committed
Undo accidental deletion of __SYCL_DLL_LOCAL
1 parent 16d6af3 commit 190a44d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4711,6 +4711,7 @@ void SYCLIntegrationHeader::emit(raw_ostream &O) {
47114711
O << " __SYCL_DLL_LOCAL\n";
47124712
O << " static constexpr bool isESIMD() { return " << K.IsESIMDKernel
47134713
<< "; }\n";
4714+
O << " __SYCL_DLL_LOCAL\n";
47144715
O << " static constexpr const char* getFileName() {\n";
47154716
O << "#ifndef NDEBUG\n";
47164717
O << " return \""

0 commit comments

Comments
 (0)