[all-commits] [llvm/llvm-project] 0fd6f1: [scudo][standalone] Support __BIONIC__

Kostya Kortchinsky via All-commits all-commits at lists.llvm.org
Fri Dec 20 13:00:09 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fd6f19025a79e331bdbaf35541a2e90a95faa71
      https://github.com/llvm/llvm-project/commit/0fd6f19025a79e331bdbaf35541a2e90a95faa71
  Author: Kostya Kortchinsky <kostyak at google.com>
  Date:   2019-12-20 (Fri, 20 Dec 2019)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/platform.h

  Log Message:
  -----------
  [scudo][standalone] Support __BIONIC__

Summary:
Some Android builds that we are interested in define `__BIONIC__`
but not `__ANDROID__`, so expand `SCUDO_ANDROID` to encompass those.

Reviewers: cferris, hctim, pcc, eugenis, morehouse

Subscribers: krytarowski, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

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




More information about the All-commits mailing list