saugustine added a comment.

In D70416#1750978 <https://reviews.llvm.org/D70416#1750978>, @joerg wrote:

> This is normally done by using `-Bstatic`/`-Bdynamic` around the library. See 
> `tools::addOpenMPRuntime`.


Historically, the unwind library is a little different. Gcc uses -llibgcc_eh 
for static links (which is only resolved by libgcc_eh.a) and libgcc_s.so for 
dynamic links (which is only resolved by libgcc_s.so, which in turn pulls in 
libgcc.a for certain things).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70416



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

Reply via email to