[all-commits] [llvm/llvm-project] 98fe39: [GWP-ASan] Stub out backtrace/signal functions on ...

Kostya Kortchinsky via All-commits all-commits at lists.llvm.org
Mon Nov 2 13:50:17 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 98fe39df939ee6f1fd20b75edcc9fe0860b52dba
      https://github.com/llvm/llvm-project/commit/98fe39df939ee6f1fd20b75edcc9fe0860b52dba
  Author: Kostya Kortchinsky <kostyak at google.com>
  Date:   2020-11-02 (Mon, 02 Nov 2020)

  Changed paths:
    A compiler-rt/lib/gwp_asan/optional/backtrace_fuchsia.cpp
    A compiler-rt/lib/gwp_asan/optional/segv_handler_fuchsia.cpp

  Log Message:
  -----------
  [GWP-ASan] Stub out backtrace/signal functions on Fuchsia

The initial version of GWP-ASan on Fuchsia doesn't support crash and
signal handlers, so this just adds empty stubs to be able to compile
the project on the platform.

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




More information about the All-commits mailing list