aboutsummaryrefslogtreecommitdiff
path: root/build_overrides/clspv.gni
blob: 773cf219cafb26da67d4cd86aaef4ec97a83fede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2023 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build_overrides/angle.gni")
import("//gni/angle.gni")

# LLVM source location
clspv_llvm_dir = angle_llvm_dir

# clspv gn dir location
clspv_gn_dir = "//third_party/clspv/gn"

# SPIRV tools
spirv_tools_dir = angle_spirv_tools_dir

# configs that need adjustment
clspv_configs_to_append = []
clspv_configs_to_remove = [
  "//build/config/compiler:chromium_code",
  "//build/config/clang:extra_warnings",
]