[all-commits] [llvm/llvm-project] a18179: Fix lld detection in standalone compiler-rt.

Evgenii Stepanov via All-commits all-commits at lists.llvm.org
Thu Oct 24 14:46:57 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a1817996fa869acff181e5c8ea624020dcc1e88e
      https://github.com/llvm/llvm-project/commit/a1817996fa869acff181e5c8ea624020dcc1e88e
  Author: Evgenii Stepanov <eugenis at google.com>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

  Changed paths:
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/test/hwasan/CMakeLists.txt
    M compiler-rt/test/msan/CMakeLists.txt
    M compiler-rt/test/ubsan/CMakeLists.txt

  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

Subscribers: dberris, mgorny, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D69405




More information about the All-commits mailing list