diff options
Diffstat (limited to 'test/TableGen')
-rw-r--r-- | test/TableGen/dg.exp | 3 | ||||
-rw-r--r-- | test/TableGen/lit.local.cfg | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/test/TableGen/dg.exp b/test/TableGen/dg.exp deleted file mode 100644 index f7d275a..0000000 --- a/test/TableGen/dg.exp +++ /dev/null @@ -1,3 +0,0 @@ -load_lib llvm.exp - -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]] diff --git a/test/TableGen/lit.local.cfg b/test/TableGen/lit.local.cfg new file mode 100644 index 0000000..9a4a014 --- /dev/null +++ b/test/TableGen/lit.local.cfg @@ -0,0 +1 @@ +config.suffixes = ['.td'] |