Loading build/build-clang/clang-trunk-linux64.json +0 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ "downgrade-mangling-error_clang_12.patch", "revert-llvmorg-12-init-7827-g2a078c307204.patch", "loosen-msvc-detection.patch", "clang-trunk-missing-define.patch", "revert_D79714.patch" ] } build/build-clang/clang-trunk-missing-define.patchdeleted 100644 → 0 +0 −19 Original line number Diff line number Diff line diff --git a/clang-tools-extra/clangd/quality/CompletionModel.cmake b/clang-tools-extra/clangd/quality/CompletionModel.cmake index 41bc2ed1890b..e8f5345da84e 100644 --- a/clang-tools-extra/clangd/quality/CompletionModel.cmake +++ b/clang-tools-extra/clangd/quality/CompletionModel.cmake @@ -1,11 +1,11 @@ -# Run the Completion Model Codegenerator on the model present in the +# Run the Completion Model Codegenerator on the model present in the # ${model} directory. -# Produces a pair of files called ${filename}.h and ${filename}.cpp in the +# Produces a pair of files called ${filename}.h and ${filename}.cpp in the # ${CMAKE_CURRENT_BINARY_DIR}. The generated header # will define a C++ class called ${cpp_class} - which may be a # namespace-qualified class name. function(gen_decision_forest model filename cpp_class) - set(model_compiler ${LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR}/clangd/quality/CompletionModelCodegen.py) + set(model_compiler ${CMAKE_SOURCE_DIR}/../clang-tools-extra/clangd/quality/CompletionModelCodegen.py) set(output_dir ${CMAKE_CURRENT_BINARY_DIR}) set(header_file ${output_dir}/${filename}.h) Loading
build/build-clang/clang-trunk-linux64.json +0 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ "downgrade-mangling-error_clang_12.patch", "revert-llvmorg-12-init-7827-g2a078c307204.patch", "loosen-msvc-detection.patch", "clang-trunk-missing-define.patch", "revert_D79714.patch" ] }
build/build-clang/clang-trunk-missing-define.patchdeleted 100644 → 0 +0 −19 Original line number Diff line number Diff line diff --git a/clang-tools-extra/clangd/quality/CompletionModel.cmake b/clang-tools-extra/clangd/quality/CompletionModel.cmake index 41bc2ed1890b..e8f5345da84e 100644 --- a/clang-tools-extra/clangd/quality/CompletionModel.cmake +++ b/clang-tools-extra/clangd/quality/CompletionModel.cmake @@ -1,11 +1,11 @@ -# Run the Completion Model Codegenerator on the model present in the +# Run the Completion Model Codegenerator on the model present in the # ${model} directory. -# Produces a pair of files called ${filename}.h and ${filename}.cpp in the +# Produces a pair of files called ${filename}.h and ${filename}.cpp in the # ${CMAKE_CURRENT_BINARY_DIR}. The generated header # will define a C++ class called ${cpp_class} - which may be a # namespace-qualified class name. function(gen_decision_forest model filename cpp_class) - set(model_compiler ${LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR}/clangd/quality/CompletionModelCodegen.py) + set(model_compiler ${CMAKE_SOURCE_DIR}/../clang-tools-extra/clangd/quality/CompletionModelCodegen.py) set(output_dir ${CMAKE_CURRENT_BINARY_DIR}) set(header_file ${output_dir}/${filename}.h)