ClickHouse/cmake
Robert Schulze 1845bfc644
Revert change to ld64.lld linker on Mac
This reverts PRs #42470, #47673 and #47744. The problem was that after
the switch to ld64.lld, server binaries build in Debug mode no longer
came up, see the discussion after (*). My attempt to fix it with
`-no_compact_unwind` didn't help.

I also tried
- `-keep_dwarf_unwind`,
- `-unwindlib` (to use the OS unwinder),
- the unwinder in contrib (CMake variable EXCEPTION_HANDLING_LIBRARY)
but w/o success. Just tons of wasted time.

Rolling back to lld as linker on Mac. This will bring back many linker
warnings (#42282) but I rather accept that (temporarily, maybe someone
can figure out how to fix them) than have a broken Debug binary.

(*) https://github.com/ClickHouse/ClickHouse/pull/42470#issuecomment-1312344068
2023-03-27 15:26:54 +02:00
..
darwin Avoid loading toolchain files multiple times 2022-12-13 10:38:23 +01:00
freebsd Avoid loading toolchain files multiple times 2022-12-13 10:38:23 +01:00
linux CMake cleanup: Remove configuration of CMAKE_SHARED_LINKER_FLAGS 2023-03-26 17:59:39 +00:00
toolchain Remove old toolchain 2021-10-11 07:02:19 +03:00
add_check.cmake cmake: Avoiding check target conflicts. [#CHEBOTAREV-14] 2017-08-24 16:37:27 +03:00
add_warning.cmake Do not build protobuf twice 2021-11-25 01:50:54 +03:00
arch.cmake Update as suggested 2023-02-02 20:41:06 +00:00
autogenerated_versions.txt Update version to 23.3.1.2537 2023-02-23 19:35:57 +00:00
ccache.cmake Update cmake/ccache.cmake 2022-05-20 09:57:25 +02:00
check_flags.cmake Remove cruft from build 2023-03-17 13:44:04 +00:00
clang_tidy.cmake Preparation for libcxx(abi), llvm, clang-tidy 16 2023-03-19 17:25:41 +00:00
cpu_features.cmake Update comments 2023-03-01 09:34:46 +00:00
cxx.cmake Move cmake/find/cxx.cmake -> cmake/cxx.cmake 2022-01-31 16:01:11 +03:00
dbms_glob_sources.cmake GLOB with CONFIGURE_DEPENDS 2022-05-18 10:34:10 +02:00
embed_binary.cmake Maybe better dependencies tracking in CMake 2021-07-08 05:50:18 +03:00
fuzzer.cmake updated cmake/ files, added some comments 2020-09-17 18:37:23 +03:00
git.cmake Cosmetics 2022-09-27 11:46:56 +00:00
ld.lld.in Better workaround for emitting .debug_aranges section 2022-10-18 21:09:07 +02:00
limit_jobs.cmake Minor build changes 2022-08-13 06:39:20 +02:00
print_flags.cmake More reproducible builds 2021-11-26 05:44:08 +03:00
sanitize_targets.cmake Sanitize thirdparty libraries for public flags 2022-11-16 07:20:24 +01:00
sanitize.cmake What happens if I remove 156 lines of code? 2023-01-03 18:51:16 +00:00
split_debug_symbols.cmake Do not compress debug sections (internal DWARF parser cannot handle such) 2022-09-02 23:22:25 +02:00
target.cmake Fixes for OpenSSL and s390x 2023-02-17 16:20:21 -05:00
tools.cmake Revert change to ld64.lld linker on Mac 2023-03-27 15:26:54 +02:00
unwind.cmake Move cmake/find/unwind.cmake -> cmake/unwind.cmake 2022-01-31 16:01:12 +03:00
version.cmake Remove outdated links from CI 2022-03-28 15:53:22 +02:00
warnings.cmake Update flags 2023-02-28 22:45:33 +08:00