[all-commits] [llvm/llvm-project] db15b8: [compiler-rt][asan][hwasan] Fix Fuchsia build

Teresa Johnson via All-commits all-commits at lists.llvm.org
Fri Jul 17 14:50:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: db15b8ab90793e3707f72e7668c3844922fdf356
      https://github.com/llvm/llvm-project/commit/db15b8ab90793e3707f72e7668c3844922fdf356
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp

  Log Message:
  -----------
  [compiler-rt][asan][hwasan] Fix Fuchsia build

Fix build failure in Fuchsia build from refactoring in
5d2be1a18845c528d3e86f7efcc59872e4a757c3

Guard the moved versions of ReserveShadowMemoryRange and ProtectGap
the same way they were in the asan code originally (not for Fuchsia or
RTEMS). Otherwise we end up with unsats as they invoke functions not
defined there.




More information about the All-commits mailing list