aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg')
-rw-r--r--utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg b/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg
deleted file mode 100644
index 94a02d8..0000000
--- a/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- Python -*-
-
-# Preserve some key paths for use by main LLVM test suite config.
-config.llvm_obj_root = os.path.dirname(os.path.dirname(__file__))
-
-# Let the main config do the real work.
-lit.load_config(config, os.path.join(config.llvm_obj_root,
- '../src/test/lit.cfg'))