[all-commits] [llvm/llvm-project] b89b18: [CMake][compiler-rt] Make CRT separately buildable
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Apr 5 23:46:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b89b18e350e11efc599f6ce2bb55cbec89a0efe1
https://github.com/llvm/llvm-project/commit/b89b18e350e11efc599f6ce2bb55cbec89a0efe1
Author: Petr Hosek <phosek at google.com>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
A compiler-rt/cmake/Modules/CheckSectionExists.cmake
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
M compiler-rt/cmake/config-ix.cmake
A compiler-rt/cmake/crt-config-ix.cmake
M compiler-rt/lib/CMakeLists.txt
M compiler-rt/lib/crt/CMakeLists.txt
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/crt/CMakeLists.txt
Log Message:
-----------
[CMake][compiler-rt] Make CRT separately buildable
This is useful when building a complete toolchain to ensure that CRT
is built after builtins but before the rest of the compiler-rt.
Differential Revision: https://reviews.llvm.org/D120682
More information about the All-commits
mailing list