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
Check if dl library is available and only then link it in for executorch in CMake. (#657)
Summary:
Pull Request resolved: #657
The dl library might not be available on embedded platforms. Before we link it in for executorch core lib we check if it exists for the toolchain we are using and then link it in if it does.
Reviewed By: larryliu0820
Differential Revision: D50001473
fbshipit-source-id: defdeae6b47ae0f5cca0b0fe34859171ed449f18
0 commit comments