mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
libunwind uses a C linker, so it's never even trying to link against any C++ libraries. This removes the code which tries to drop C++ libraries, which makes the CMake configuration simpler and allows for upgrading GCC.