Open awvwgk opened 1 week ago
If those symbols are coming from the C/C++ side, they probably need to be annotated by __declspec(dllimport)
, because now that part is handled by MSVC, which doesn't export images by default (in contrast to gcc through m2w64_*
)
When building DLLs with flang 19 via meson, linking of executables against the DLL fails due to not visible symbols.
Example: pipeline (https://github.com/conda-forge/mctc-lib-feedstock/pull/17)
Example: pipeline (https://github.com/conda-forge/toml-f-feedstock/pull/13)
Environment:
conda info
Environment:
conda list