Issue 172890
Summary Clang+LLVM on windows doesn't ship with libxml2s.lib which is listed as a system library in llvm-config
Labels clang
Assignees
Reporter rupakhetibinit
    Clang+LLVM doesn't ship with libxml2s.lib which is listed as a system library for llvm-config which breaks linking in downstream projects like [Inkwell](https://github.com/TheDan64/inkwell) and [llvm-sys.rs](https://gitlab.com/taricorp/llvm-sys.rs/).

```
❯ llvm-config --system-libs
psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib ws2_32.lib ntdll.lib libxml2s.lib
```

As far as I know all of these except libxml2s.lib is already on windows. 

Any reason why libxml2s.lib is not provided in the lib folder?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to