[llvm-bugs] [Bug 51718] New: -DLLVM_ENABLE_RUNTIMES="libcxx; libcxxabi" is showing projects as disabled
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 2 07:09:33 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51718
Bug ID: 51718
Summary: -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" is showing
projects as disabled
Product: Build scripts
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: sylvestre at debian.org
CC: llvm-bugs at lists.llvm.org
Following https://libcxx.llvm.org/BuildingLibcxx.html#bootstrapping-build
cmake -G Ninja -S llvm -B build -DLLVM_ENABLE_PROJECTS="clang"
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi"
[...]
-- libcxx project is disabled
-- libcxxabi project is disabled
I get that runtimes are different from projects
but we should probably have
-- libcxx runtime is enabled
(or -- libcxx project is enabled)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210902/fc88effe/attachment-0001.html>
More information about the llvm-bugs
mailing list