[PATCH] D59109: Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 19:41:55 PST 2019
phosek added inline comments.
================
Comment at: clang/include/clang/Driver/ToolChain.h:104
+ UNW_None,
+ UNW_CompilerRT,
+ UNW_Libgcc
----------------
I think it's confusing to call LLVM's libunwind library compiler-rt since they're two separate and distinct LLVM subprojects. Is there a plan to move LLVM's libunwind into compiler-rt?
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