[all-commits] [llvm/llvm-project] 1f8f9e: [libc++] Correct libcxx default linker script beha...
Haowei via All-commits
all-commits at lists.llvm.org
Fri Dec 1 12:37:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f8f9e3163f6367258281f50b9d0492855c996e8
https://github.com/llvm/llvm-project/commit/1f8f9e3163f6367258281f50b9d0492855c996e8
Author: Haowei <haowei at google.com>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
M libcxx/CMakeLists.txt
Log Message:
-----------
[libc++] Correct libcxx default linker script behavior (#74130)
Patch 4b1fe097f9a3882f437bc3b829ef02331e28a8d6 introduced a bug when
building libc++ for Fuchsia, it disabled the libc++.so linker script by
default. This patch restores its original behavior.
More information about the All-commits
mailing list