[flang-commits] [PATCH] D136606: [flang] Fix building against clang dylib

Michał Górny via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Oct 28 00:39:48 PDT 2022


mgorny added a comment.

In D136606#3890328 <https://reviews.llvm.org/D136606#3890328>, @MaskRay wrote:

> Which build does this patch fix? My `-DLLVM_ENABLE_PROJECTS='llvm;clang;mlir;flang' -DLLVM_LINK_LLVM_DYLIB=on` build `ninja check-flang` works without this patch.
>
> Note also that lldb has some clangBasic uses without the clang-cpp dispatch.

`-DCLANG_LINK_CLANG_DYLIB=ON` when no static libs are installed.


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

https://reviews.llvm.org/D136606



More information about the flang-commits mailing list