summaryrefslogtreecommitdiff
path: root/compiler-rt/cmake/Modules/CheckSectionExists.cmake
AgeCommit message (Collapse)Author
2022-04-09Add some prototypes to these checks; NFCAaron Ballman
This should address a build bot failure: https://lab.llvm.org/buildbot/#/builders/18/builds/4495
2022-04-06[CMake][compiler-rt] Make CRT separately buildablePetr Hosek
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
2022-04-06Revert "[CMake][compiler-rt] Make CRT separately buildable"Petr Hosek
This reverts commit b89b18e350e11efc599f6ce2bb55cbec89a0efe1 since it broke the sanitizer bots.
2022-04-05[CMake][compiler-rt] Make CRT separately buildablePetr Hosek
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