blob: 1b0bdb4f7bd8cef11ad7d7a43707a26b6ed0d42e [file] [log] [blame]
import("//llvm/lib/Target/targets.gni")
targets_with_asm_parsers = []
foreach(target, llvm_targets_to_build) {
# These targets don't have AsmParsers.
if (target != "ARC" && target != "NVPTX" && target != "XCore") {
targets_with_asm_parsers += [ target ]
}
}