Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / CodeGen / R600 / lit.local.cfg
index 79fc2ba362f28f56e6ddb27e82b392dda8de38a1..36ee493e59451e1ca2502bf6402f65a4f1c5e89e 100644 (file)
@@ -8,6 +8,6 @@ def getRoot(config):
 root = getRoot(config)
 
 targets = set(root.targets_to_build.split())
-if not 'AMDGPU' in targets:
+if not 'R600' in targets:
     config.unsupported = True