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: unassignedb...@nondot.org
          Reporter: yuanfang.c...@sony.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to