Loading llvm/.gitignore +0 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,6 @@ tools/clang tools/lldb # lld, which is tracked independently. tools/lld # llgo, which is tracked independently. tools/llgo # Polly, which is tracked independently. tools/polly # avrlit, which is tracked independently. Loading llvm/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ endif() # LLVM_EXTERNAL_${project}_SOURCE_DIR using LLVM_ALL_PROJECTS # This allows an easy way of setting up a build directory for llvm and another # one for llvm+clang+... using the same sources. set(LLVM_ALL_PROJECTS "clang;clang-tools-extra;compiler-rt;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;llgo;mlir;openmp;parallel-libs;polly;pstl") set(LLVM_ALL_PROJECTS "clang;clang-tools-extra;compiler-rt;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;parallel-libs;polly;pstl") set(LLVM_ENABLE_PROJECTS "" CACHE STRING "Semicolon-separated list of projects to build (${LLVM_ALL_PROJECTS}), or \"all\".") if( LLVM_ENABLE_PROJECTS STREQUAL "all" ) Loading llvm/CODE_OWNERS.TXT +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ D: libc++ N: Peter Collingbourne E: peter@pcc.me.uk D: llgo, libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*) D: libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*) N: Quentin Colombet E: quentin.colombet@gmail.com Loading llvm/docs/CMake.rst +1 −1 Original line number Diff line number Diff line Loading @@ -383,7 +383,7 @@ LLVM-specific variables This feature allows to have one build for only LLVM and another for clang+llvm using the same source checkout. The full list is: ``clang;clang-tools-extra;compiler-rt;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;llgo;openmp;parallel-libs;polly;pstl`` ``clang;clang-tools-extra;compiler-rt;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;openmp;parallel-libs;polly;pstl`` **LLVM_EXTERNAL_PROJECTS**:STRING Semicolon-separated list of additional external projects to build as part of Loading llvm/tools/CMakeLists.txt +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ add_llvm_tool_subdirectory(llvm-profdata) # Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicitly # specified. add_llvm_external_project(clang) add_llvm_external_project(llgo) add_llvm_external_project(lld) add_llvm_external_project(lldb) add_llvm_external_project(mlir) Loading Loading
llvm/.gitignore +0 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,6 @@ tools/clang tools/lldb # lld, which is tracked independently. tools/lld # llgo, which is tracked independently. tools/llgo # Polly, which is tracked independently. tools/polly # avrlit, which is tracked independently. Loading
llvm/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ endif() # LLVM_EXTERNAL_${project}_SOURCE_DIR using LLVM_ALL_PROJECTS # This allows an easy way of setting up a build directory for llvm and another # one for llvm+clang+... using the same sources. set(LLVM_ALL_PROJECTS "clang;clang-tools-extra;compiler-rt;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;llgo;mlir;openmp;parallel-libs;polly;pstl") set(LLVM_ALL_PROJECTS "clang;clang-tools-extra;compiler-rt;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;parallel-libs;polly;pstl") set(LLVM_ENABLE_PROJECTS "" CACHE STRING "Semicolon-separated list of projects to build (${LLVM_ALL_PROJECTS}), or \"all\".") if( LLVM_ENABLE_PROJECTS STREQUAL "all" ) Loading
llvm/CODE_OWNERS.TXT +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ D: libc++ N: Peter Collingbourne E: peter@pcc.me.uk D: llgo, libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*) D: libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*) N: Quentin Colombet E: quentin.colombet@gmail.com Loading
llvm/docs/CMake.rst +1 −1 Original line number Diff line number Diff line Loading @@ -383,7 +383,7 @@ LLVM-specific variables This feature allows to have one build for only LLVM and another for clang+llvm using the same source checkout. The full list is: ``clang;clang-tools-extra;compiler-rt;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;llgo;openmp;parallel-libs;polly;pstl`` ``clang;clang-tools-extra;compiler-rt;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;openmp;parallel-libs;polly;pstl`` **LLVM_EXTERNAL_PROJECTS**:STRING Semicolon-separated list of additional external projects to build as part of Loading
llvm/tools/CMakeLists.txt +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ add_llvm_tool_subdirectory(llvm-profdata) # Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicitly # specified. add_llvm_external_project(clang) add_llvm_external_project(llgo) add_llvm_external_project(lld) add_llvm_external_project(lldb) add_llvm_external_project(mlir) Loading