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
- The build fails if any runtime is enabled as `LLVM_ENABLE_RUNTIMES`
will start with `;` which it seems to interpret as a runtime whose name
is the empty string.
- When llvm links against libLLVM, this fails as some of the compilers
on CI set a sysroot causing zlib to not be found, see
llvm/llvm-project#131119.
- Also, fix freebsd build by compiling statically linked code with `-fPIC`.
0 commit comments