Issue 134025
Summary llvm-config wrongly link to zstd.dll.lib but not zstd.lib on Windows
Labels new issue
Assignees
Reporter jiangjianshan
    Hello,
    I'm using this script https://github.com/jiangjianshan/msvc-pkg/blob/main/packages/llvm-project/build.bat to build llvm-project 20.1.1. The built is sucessful but I have found the output of 'llvm-config --system-libs' contains 'zstd.dll.lib' but not 'zstd.lib'. Actually 'zstd.dll.lib' is not exist but 'zstd.lib' is exactly what I want.
    It will take a really long time to build llvm-project. So I put the issue here and try to save the research time. If you want to reproduce it. You can do following way and then it will start to build llvm-project:
```bat
git clone https://github.com/jiangjianshan/msvc-pkg.git
cd msvc-pkg
mpt llvm-project
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to