X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FDebugInfo%2FAArch64%2Flit.local.cfg;h=a75a42b6f74c7d4fb632013d95190885b74d422d;hb=9105f66d6f3cb6330ce77a88a0ef1ec0744aba85;hp=9a66a00189eacfe2890dcf3443876ea2c35118ca;hpb=4ca8b0b66defbeff6693ce1fc68436a836939a53;p=oota-llvm.git diff --git a/test/DebugInfo/AArch64/lit.local.cfg b/test/DebugInfo/AArch64/lit.local.cfg index 9a66a00189e..a75a42b6f74 100644 --- a/test/DebugInfo/AArch64/lit.local.cfg +++ b/test/DebugInfo/AArch64/lit.local.cfg @@ -1,4 +1,4 @@ targets = set(config.root.targets_to_build.split()) -if not 'AArch64' in targets: +if not 'ARM64' in targets: config.unsupported = True