[llvm-bugs] [Bug 42698] New: [cmake] Adding projects to LLVM_ENABLE_PROJECTS after first build does not take effect

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jul 20 17:46:25 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42698

            Bug ID: 42698
           Summary: [cmake] Adding projects to LLVM_ENABLE_PROJECTS after
                    first build does not take effect
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: yuanfang.chen at sony.com
                CC: llvm-bugs at lists.llvm.org

cmake -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld" path/to/llvm-project
ninja
cmake -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;lldb"
path/to/llvm-project
ninja <--- lldb is not build

-- 
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/20190721/82030d4b/attachment.html>


More information about the llvm-bugs mailing list