[all-commits] [llvm/llvm-project] f84ac4: [BOLT] Add BOLT_TARGETS_TO_BUILD
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Fri Apr 21 10:07:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f84ac48f1e83d52c476d9df496722394c5393d23
https://github.com/llvm/llvm-project/commit/f84ac48f1e83d52c476d9df496722394c5393d23
Author: Nathan Sidwell <nathan at acm.org>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M bolt/CMakeLists.txt
M bolt/lib/Rewrite/CMakeLists.txt
M bolt/lib/Target/CMakeLists.txt
M bolt/test/lit.site.cfg.py.in
M bolt/unittests/Core/CMakeLists.txt
Log Message:
-----------
[BOLT] Add BOLT_TARGETS_TO_BUILD
Adds BOLT_TARGETS_TO_BUILD, which defaults to the intersection of
X86;AArch64 and LLVM_TARGETS_TO_BUILD, but allows configuration to
alter that -- for instance omitting one of those two targets even if
llvm supports both.
Reviewed By: rafauler
Differential Revision: https://reviews.llvm.org/D148847
More information about the All-commits
mailing list