X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FMC%2FAArch64%2Flit.local.cfg;h=1be70c04415bca64adbed96ffd753e3cb641bb29;hp=17a6b7ab033da5ad553d34b1cbe17738a87d5470;hb=29f94c72014eaa5d0d3b920686e689e79759cacb;hpb=9105f66d6f3cb6330ce77a88a0ef1ec0744aba85 diff --git a/test/MC/AArch64/lit.local.cfg b/test/MC/AArch64/lit.local.cfg index 17a6b7ab033..1be70c04415 100644 --- a/test/MC/AArch64/lit.local.cfg +++ b/test/MC/AArch64/lit.local.cfg @@ -1,3 +1,3 @@ targets = set(config.root.targets_to_build.split()) -if 'ARM64' not in targets: +if 'AArch64' not in targets: config.unsupported = True