[all-commits] [llvm/llvm-project] d56203: Fix lld detection in standalone compiler-rt.
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Mon Oct 21 16:58:37 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d56203201f8a1f11abb913c4dfc0bf9c61432d1a
https://github.com/llvm/llvm-project/commit/d56203201f8a1f11abb913c4dfc0bf9c61432d1a
Author: Evgeniy Stepanov <eugeni.stepanov at gmail.com>
Date: 2019-10-21 (Mon, 21 Oct 2019)
Changed paths:
M compiler-rt/CMakeLists.txt
M compiler-rt/cmake/config-ix.cmake
Log Message:
-----------
Fix lld detection in standalone compiler-rt.
Summary:
Right now all hwasan tests on Android are silently disabled because they
require "has_lld" and standalone compiler-rt can not (and AFAIK was
never able to) set it.
Reviewers: pcc, dyung
Subscribers: dberris, mgorny, #sanitizers, llvm-commits
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D69196
llvm-svn: 375472
More information about the All-commits
mailing list