diff options
author | Puyan Lotfi <puyan@puyan.org> | 2019-09-04 00:07:49 +0000 |
---|---|---|
committer | Puyan Lotfi <puyan@puyan.org> | 2019-09-04 00:07:49 +0000 |
commit | 954d6d661f334f5752a441b7e00b384a58bf1bab (patch) | |
tree | 5c4e4b1946f02996a7705419ca2b03db9baf724b | |
parent | 3fa07dee94368643cdbc38fb24d8d2734b9bf42c (diff) | |
download | bcm5719-llvm-954d6d661f334f5752a441b7e00b384a58bf1bab.tar.gz bcm5719-llvm-954d6d661f334f5752a441b7e00b384a58bf1bab.zip |
[NFC][llvm-ifs] Adding .ifs files to the test list for llvm-ifs tool.
llvm-svn: 370830
-rw-r--r-- | llvm/test/tools/llvm-ifs/lit.local.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-ifs/lit.local.cfg b/llvm/test/tools/llvm-ifs/lit.local.cfg new file mode 100644 index 00000000000..88631d55fc9 --- /dev/null +++ b/llvm/test/tools/llvm-ifs/lit.local.cfg @@ -0,0 +1 @@ +config.suffixes = ['.ll', '.s', '.test', '.yaml', '.ifs'] |