blob: d30ef745699075d2370b2f177f94db222eb1bb1a [file] [log] [blame]
# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/compiler/pgo/pgo.gni")
import("//build/config/coverage/coverage.gni")
declare_args() {
use_clang_profiling =
is_a_target_toolchain && (use_clang_coverage || chrome_pgo_phase == 1)
}
assert(!use_clang_profiling || is_clang,
"Clang Source-based profiling requires clang.")