Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 6818cc5

Browse files
authored
Export get_backend_constructor_pointer from IATransformer (#3381)
1 parent a99859d commit 6818cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngraph/runtime/cpu/cpu_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
using namespace ngraph;
2929
using namespace std;
3030

31-
extern "C" runtime::BackendConstructor* get_backend_constructor_pointer()
31+
extern "C" CPU_BACKEND_API runtime::BackendConstructor* get_backend_constructor_pointer()
3232
{
3333
class CPU_BackendConstructor : public runtime::BackendConstructor
3434
{

0 commit comments

Comments
 (0)