[PATCH] D117063: Update LLVM CMakeFiles to include BOLT
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 11 21:19:49 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG171e4d1845a8: Update LLVM CMakeFiles to include BOLT (authored by Amir, committed by Amir Aupov <amir.aupov at gmail.com>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117063/new/
https://reviews.llvm.org/D117063
Files:
llvm/CMakeLists.txt
llvm/tools/CMakeLists.txt
Index: llvm/tools/CMakeLists.txt
===================================================================
--- llvm/tools/CMakeLists.txt
+++ llvm/tools/CMakeLists.txt
@@ -39,6 +39,7 @@
add_llvm_external_project(mlir)
# Flang depends on mlir, so place it afterward
add_llvm_external_project(flang)
+add_llvm_external_project(bolt)
# Automatically add remaining sub-directories containing a 'CMakeLists.txt'
# file as external projects.
Index: llvm/CMakeLists.txt
===================================================================
--- llvm/CMakeLists.txt
+++ llvm/CMakeLists.txt
@@ -66,7 +66,7 @@
# 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;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;polly;pstl")
+set(LLVM_ALL_PROJECTS "bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;polly;pstl")
# The flang project is not yet part of "all" projects (see C++ requirements)
set(LLVM_EXTRA_PROJECTS "flang")
# List of all known projects in the mono repo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117063.399192.patch
Type: text/x-patch
Size: 1260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220112/7fcedeb0/attachment.bin>
More information about the llvm-commits
mailing list