[all-commits] [llvm/llvm-project] aa582e: unwind: reflow some of the build rules (NFC)
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Wed Nov 6 15:43:09 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aa582e3648cc4036aec3b9302ab93bfe9929d19c
https://github.com/llvm/llvm-project/commit/aa582e3648cc4036aec3b9302ab93bfe9929d19c
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M libunwind/src/CMakeLists.txt
Log Message:
-----------
unwind: reflow some of the build rules (NFC)
Reflow the CMake properties to take less vertical space. This just
makes it easier to read. NFC.
Commit: e74e61ff297e81c0a9bda54037033fc40fc76e1d
https://github.com/llvm/llvm-project/commit/e74e61ff297e81c0a9bda54037033fc40fc76e1d
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M libunwind/src/CMakeLists.txt
Log Message:
-----------
unwind: restore the LINKER_LANGUAGE
Have CMake treat the unwind libraries as C libraries rather than C++.
There is no C++ runtime dependency at runtime. This ensures that we do
not accidentally end up with a link against the C++ runtime.
We need to explicitly reset the implicitly linked libraries for C++ to
ensure that we do not have CMake force the link against the C++ runtime.
This adjustment should enable the NetBSD bots to be happy with this
change.
Compare: https://github.com/llvm/llvm-project/compare/8748be775092...e74e61ff297e
More information about the All-commits
mailing list