blob: 21d2b4f28fbbcf104fd63614eca00af0be1431ea [file] [log] [blame]
import("//llvm/lib/Target/targets.gni")
targets_with_mcas = []
if (llvm_build_AMDGPU) {
# AMDGPU is currently the only target with an MCA.
targets_with_mcas += [ "AMDGPU" ]
}