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
Is your feature request related to a problem? Please describe.
Currently, only static linking is supported. It would be nice to be able to dynamically link to LLVM.
Describe the solution you'd like
Adding feature flags that align with llvm-sys's force-dynamic, prefer-dynamic, force-static, and prefer-static. Default would be force-static which is currently done anyways.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, only static linking is supported. It would be nice to be able to dynamically link to LLVM.
Describe the solution you'd like
Adding feature flags that align with
llvm-sys
'sforce-dynamic
,prefer-dynamic
,force-static
, andprefer-static
. Default would beforce-static
which is currently done anyways.The text was updated successfully, but these errors were encountered: