[llvm-bugs] [Bug 44908] New: libclang cannot be built statically on Windows
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 14 03:55:58 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44908
Bug ID: 44908
Summary: libclang cannot be built statically on Windows
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: libclang
Assignee: unassignedclangbugs at nondot.org
Reporter: cristian.adam at gmail.com
CC: klimek at google.com, llvm-bugs at lists.llvm.org,
richard-llvm at metafoo.co.uk
One can build libclang statically on Linux and macOS, but not on Windows.
There are use cases when one doesn't want the hassle of having to distribute
libclang.dll, and would prefer a static option.
I have a patch here: https://reviews.llvm.org/D74564
Which successfully compiled at
https://github.com/cristianadam/llvm-project/actions/runs/38974183
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200214/1770144e/attachment.html>
More information about the llvm-bugs
mailing list