ladybird/Toolchain/CMake
Andrew Kaster 7b0f3b6811 Toolchain: Set CMAKE_NM for Clang and GNU toolchain files
Make sure that we set CMAKE_NM, it's possible that some version of
CMake could choose a host nm binary instead of the ones we just built.

It's unlikely that host nm will understand our .dyn.relr segments unless
it's from binutils 2.38 or higher, so it might complain.
2022-02-19 21:27:46 +01:00
..
Platform Toolchain: Add CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME to Platform 2022-01-03 11:08:45 +00:00
ClangToolchain.txt.in Toolchain: Set CMAKE_NM for Clang and GNU toolchain files 2022-02-19 21:27:46 +01:00
GNUToolchain.txt.in Toolchain: Set CMAKE_NM for Clang and GNU toolchain files 2022-02-19 21:27:46 +01:00
LLVMConfig.cmake Toolchain: Use Platform/SerenityOS.cmake in LLVM toolchain build 2022-01-03 11:08:45 +00:00
LLVMRuntimesConfig.cmake Toolchain: Enable std::filesystem support in libc++ 2022-01-12 14:54:12 +01:00