[all-commits] [llvm/llvm-project] d9ef6b: [clang] Disable LTO and LLD on SystemZ for stage3 ...
tbaederr via All-commits
all-commits at lists.llvm.org
Wed Mar 17 07:17:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9ef6bc42643ae4feab3f9eca97864d72034f2ce
https://github.com/llvm/llvm-project/commit/d9ef6bc42643ae4feab3f9eca97864d72034f2ce
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M clang/CMakeLists.txt
M clang/cmake/caches/3-stage-base.cmake
Log Message:
-----------
[clang] Disable LTO and LLD on SystemZ for stage3 builds
LLD does not support SystemZ, so it doesn't make sense to use it for
boostrap/stage3 builds, and using LTO in these cases won't work.
Differential Revision: https://reviews.llvm.org/D89942
More information about the All-commits
mailing list