From 0f0c411079cd21bb3a81a1b70bf8c67539a16c22 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 16 Feb 2012 06:28:33 +0000 Subject: Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150664 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LICM/dg.exp | 3 --- test/Transforms/LICM/lit.local.cfg | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 test/Transforms/LICM/dg.exp create mode 100644 test/Transforms/LICM/lit.local.cfg (limited to 'test/Transforms/LICM') diff --git a/test/Transforms/LICM/dg.exp b/test/Transforms/LICM/dg.exp deleted file mode 100644 index f2005891a5..0000000000 --- a/test/Transforms/LICM/dg.exp +++ /dev/null @@ -1,3 +0,0 @@ -load_lib llvm.exp - -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] diff --git a/test/Transforms/LICM/lit.local.cfg b/test/Transforms/LICM/lit.local.cfg new file mode 100644 index 0000000000..19eebc0ac7 --- /dev/null +++ b/test/Transforms/LICM/lit.local.cfg @@ -0,0 +1 @@ +config.suffixes = ['.ll', '.c', '.cpp'] -- cgit v1.2.3