blob: f3f477a38b0cea12e9ab63d57c274a7aa4fbd49f [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# llvm failed to build with "-fsanitize=vptr", https://crbug.com/943766.
cros_pre_src_prepare_filter_sanitizers() {
tc-is-clang && append-flags "-fno-sanitize=vptr"
}
EGIT_MASTER="main"