[Lldb-commits] [PATCH] D100898: [CMake][lldb] add_lldb_library's functions require default visibility

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 20 23:58:48 PDT 2021


labath added a comment.

Is there a way to address this through the preprocessor? We already have the `LLDB_API` macro, which expands to `__declspec(dllexport/import)` on windows. Would expanding it do `__attribute__((visibility("default")))` (or something) on other platforms help with anything?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100898



More information about the lldb-commits mailing list