[PATCH] D25402: [Driver] Pass -lunwind when using libc++ + compiler-rt on Linux
Jonas Hahnfeld via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 24 00:29:41 PDT 2016
Hahnfeld added inline comments.
================
Comment at: lib/Driver/ToolChains.cpp:4704
+ GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT)
+ CmdArgs.push_back("-lunwind");
+}
----------------
As just written in D25008: This will probably result in problems if a system default `libunwind.so.8` is installed...
https://reviews.llvm.org/D25402
More information about the cfe-commits
mailing list