[all-commits] [llvm/llvm-project] 71b0ee: [NFC] Add InitializePlatformCommonFlags for Fuchsia

Leonard Chan via All-commits all-commits at lists.llvm.org
Thu Nov 5 10:40:20 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 71b0ee72bbe505af9409d26c6120fddd92883bf0
      https://github.com/llvm/llvm-project/commit/71b0ee72bbe505af9409d26c6120fddd92883bf0
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2020-11-05 (Thu, 05 Nov 2020)

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

  Log Message:
  -----------
  [NFC] Add InitializePlatformCommonFlags for Fuchsia

https://reviews.llvm.org/D90811 is breaking our CI builders because
InitializePlatformCommonFlags is not defined. This just adds an empty definition.

This would've been caught on our upstream buildbot, but it's red at the moment
and most likely won't be sending out alert emails for recent failures.

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




More information about the All-commits mailing list