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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to