[PATCH] D87539: [MinGW][libclang] Allow simultaneous shared and static lib

Mateusz MikuĊ‚a via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 12 01:46:15 PDT 2020


mati865 added a comment.

We had this patch at MSYS2 for years and I'm not aware of any issues with the static library.
I think the library looks fine:

  $ nm lib/liblibclang.a | grep __imp_
                   U __imp___acrt_iob_func
                   U __imp___acrt_iob_func
                   U __imp_GetModuleFileNameA
                   U __imp_VirtualQuery
                   U __imp___acrt_iob_func
                   U __imp___acrt_iob_func
                   U __imp___acrt_iob_func


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87539/new/

https://reviews.llvm.org/D87539



More information about the cfe-commits mailing list