[all-commits] [llvm/llvm-project] fe9c3c: [libc] _INCLUDE_SCUDO: check for compiler-rt in en...
alfredfo via All-commits
all-commits at lists.llvm.org
Wed Jul 26 21:12:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe9c3c786837de74dc936f8994cd5a53dd8ee708
https://github.com/llvm/llvm-project/commit/fe9c3c786837de74dc936f8994cd5a53dd8ee708
Author: Alfred Persson Forsberg <cat at catcream.org>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M libc/CMakeLists.txt
Log Message:
-----------
[libc] _INCLUDE_SCUDO: check for compiler-rt in enabled RUNTIMES too
Previously including SCUDO in a libc build with runtimes/ as root was
not possible since this code only checked for compiler-rt enabled via
LLVM_ENABLED_PROJECTS.
Reviewed By: thesamesam
Differential Revision: https://reviews.llvm.org/D156388
More information about the All-commits
mailing list