• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("//build_overrides/clspv.gni")
2
3# Based on LLVM `/llvm/lib/Target/targets_with_mcas.gni`
4import("targets.gni")
5targets_with_mcas = []
6foreach(target, llvm_targets_to_build) {
7  if (target == "AMDGPU" || target == "RISCV" || target == "X86") {
8    targets_with_mcas += [ target ]
9  }
10}
11