[libc-commits] [PATCH] D156388: [libc] _INCLUDE_SCUDO: check for compiler-rt in enabled RUNTIMES too
Sam James via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jul 26 19:41:27 PDT 2023
thesamesam accepted this revision.
thesamesam added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/CMakeLists.txt:168
+ if (NOT ("compiler-rt" IN_LIST LLVM_ENABLE_PROJECTS OR "compiler-rt" IN_LIST LLVM_ENABLE_RUNTIMES))
message(FATAL_ERROR "SCUDO cannot be included without adding compiler-rt to LLVM_ENABLE_PROJECTS")
endif()
----------------
Maybe tweak this, but I don't feel super strongly about it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156388/new/
https://reviews.llvm.org/D156388
More information about the libc-commits
mailing list