Issue 113696
Summary `lld` prebuilt binary should come without libxml dynamic linking
Labels lld
Assignees
Reporter mering
    In order to seamlessly run in as many Linux environments as possible, compiler toolchain binaries should have as little dynamic linking as possible.

`clang` recently got rid of the `libtinfo5` dependency.
`lld` still requires to find `libxml` on the system to run.

This especially leads to problems where a hermetic build environment is expected, like in Bazel build runners.

Would it be possible to get rid of this library or statically link against it (as libxml2 seems to be MIT licensed this shouldn't be a problem, right)?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to