[PATCH] D59109: Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 10:16:02 PDT 2019


mgorny added a comment.

In D59109#1427659 <https://reviews.llvm.org/D59109#1427659>, @saugustine wrote:

> -lunwind has the disadvantage of picking up whatever libunwind happens to be first in the search path. Fixing that would require moving llvm-libunwind into compiler-rt and naming it differently.


Is this really a problem? Don't forget the dynamic loader is going to use the first library in the search path as well.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59109





More information about the llvm-commits mailing list