[all-commits] [llvm/llvm-project] ab41ea: [libunwind] Use -nostdlib++ when linking libunwind...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Dec 19 06:05:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab41ea4be364dcac32d0c4ec990735c8adb279c8
https://github.com/llvm/llvm-project/commit/ab41ea4be364dcac32d0c4ec990735c8adb279c8
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M libunwind/src/CMakeLists.txt
Log Message:
-----------
[libunwind] Use -nostdlib++ when linking libunwind (#75646)
We shouldn't need to link against libc++ or libc++abi when building
libunwind, since that would otherwise be a circular dependency.
More information about the All-commits
mailing list