When I compiling mesa, configure script could not find libunwind by pkgconfig. After adding pkgconfig file for llvm libunwind, compilation runs well. So can you add pkgconfig file of llvm libunwind in your libunwind project -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210812/8ae730b0/attachment.html>
Khem Raj via llvm-dev
2021-Aug-15 01:25 UTC
[llvm-dev] Some suggestions for llvm lobunwind
On 8/12/21 6:27 AM, 陈 展鹏 via llvm-dev wrote:> When I compiling mesa, configure script could not find libunwind by > pkgconfig. After adding pkgconfig file for llvm libunwind, compilation > runs well. > So can you add pkgconfig file of llvm libunwind in your libunwind project >I think its a good idea. We carry it for yocto separately here https://github.com/kraj/meta-clang/blob/master/recipes-devtools/clang/clang/libunwind.pc.in> _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >