[all-commits] [llvm/llvm-project] cf1d04: [CMake][compiler-rt] Only set lld as available whe...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Mon Jun 29 15:09:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cf1d04484344be52ada8178e41d18fd15a9b880c
https://github.com/llvm/llvm-project/commit/cf1d04484344be52ada8178e41d18fd15a9b880c
Author: Petr Hosek <phosek at google.com>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M compiler-rt/CMakeLists.txt
Log Message:
-----------
[CMake][compiler-rt] Only set lld as available when it was built
The `-fuse-ld=lld` check might succeed because there's a system lld,
but that lld may be out-of-date which would cause any tests that
attempt to use for LTO fail. This was observed on some of the bots.
Differential Revision: https://reviews.llvm.org/D81629
More information about the All-commits
mailing list