[PATCH] D74907: libclang: Make shared object symbol exporting by default

Cristian Adam via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 20 11:42:53 PST 2020


cristian.adam added a comment.

Thank you!

A build with `-DLIBCLANG_BUILD_STATIC=ON` and `-DLLVM_ENABLE_PIC=OFF` is green at: 
https://github.com/cristianadam/llvm-project/actions/runs/42545217

The default build with `-DLIBCLANG_BUILD_STATIC=OFF` and `-DLLVM_ENABLE_PIC=ON` is green at: 
https://github.com/cristianadam/llvm-project/actions/runs/42516378


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74907





More information about the cfe-commits mailing list