Make the default triple optional by allowing an empty string
[oota-llvm.git] / test / CodeGen / Generic / lit.local.cfg
index f3f03bd7047e1435147d6f4f737293e223baee3d..f22d4aabd730f32dc0a60446fc8bce352e4be9b7 100644 (file)
@@ -1,3 +1,3 @@
-if 'native' not in config.available_features:
+if not config.target_triple:
     config.unsupported = True