Commit b9994b8
committed
ffi/CMakeLists.txt: static LLVM link w -Bsymbolic
Specify -Bsymbolic linker option when
conducting LLVM-statically-linking llvmlite build.
This will thus affect the numba::llvmlite packages
but not the conda-forge::llvmlite ones, e.g.
(NOTE: We constrain the change to the "static" build variant
as this seems the one to be built and tested by the numba/llmvlite CI.)
Co-authored-by: stellaraccident1 parent c8c525b commit b9994b8
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
335 | 341 | | |
336 | 342 | | |
337 | 343 | | |
| |||
0 commit comments