[all-commits] [llvm/llvm-project] 6db7a5: build: explicitly set the linker language for unwind

Saleem Abdulrasool via All-commits all-commits at lists.llvm.org
Mon Nov 4 17:02:01 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6db7a5cd7c800a588e94ce5c1ef24ae4d60ecdd3
      https://github.com/llvm/llvm-project/commit/6db7a5cd7c800a588e94ce5c1ef24ae4d60ecdd3
  Author: Saleem Abdulrasool <compnerd at compnerd.org>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M libunwind/src/CMakeLists.txt

  Log Message:
  -----------
  build: explicitly set the linker language for unwind

The unwinder should not depend on libc++.  In fact, we do not end up
with a link against libc++ as we do not have a dependency on libc++ at
runtime.  This ensures that we link with `clang` rather than `clang++`.




More information about the All-commits mailing list