[PATCH] D31858: Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 11:07:16 PDT 2017


phosek created this revision.
Herald added subscribers: mgorny, rengolin, aemerson.

This is a reland of commit r299796.

      

Turned out that we need gcc_s or compiler-rt on ARM when checking the support for -funwind-tables which creates a dependency on __aeabi_unwind_cpp_pr0 symbol that's provided by the compiler runtime.


Repository:
  rL LLVM

https://reviews.llvm.org/D31858

Files:
  CMakeLists.txt
  cmake/Modules/HandleCompilerRT.cmake
  cmake/config-ix.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31858.94611.patch
Type: text/x-patch
Size: 7030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170410/6ba40835/attachment-0001.bin>


More information about the llvm-commits mailing list