[Sparc] Use %r_disp32 for pc_rel entries in FDE as well.
[oota-llvm.git] / test / JitListener / lit.local.cfg
index a5aa6de182c4a194516f578e8ff524e809be897d..d995820bc3b6b806b269f7ff5e585383339cba87 100644 (file)
@@ -1,11 +1,3 @@
-config.suffixes = ['.ll']
-
-def getRoot(config):
-    if not config.parent:
-        return config
-    return getRoot(config.parent)
-
-root = getRoot(config)
-if not root.llvm_use_intel_jitevents == "ON":
+if not config.root.llvm_use_intel_jitevents == "ON":
     config.unsupported = True