aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-25 05:09:37 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-25 05:09:37 +0000
commit33eb9b54b0a5db3b4b9f91f4796aa30e0f3ddbb3 (patch)
treeaf52a21ab51845609e092a3d64c9c2f88a03b575
parentb4b1d69f19f32e8aeb2ce1e0239c6e20a7f9e952 (diff)
Create clang/test/Driver/lit.local.cfg.
These files had been ignored. - clang_f_opts.h - debug-comp-dir.S - debug-main-file.S git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173416 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Driver/Inputs/lit.local.cfg1
-rw-r--r--test/Driver/lit.local.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/Driver/Inputs/lit.local.cfg b/test/Driver/Inputs/lit.local.cfg
new file mode 100644
index 0000000000..e6f55eef7a
--- /dev/null
+++ b/test/Driver/Inputs/lit.local.cfg
@@ -0,0 +1 @@
+config.suffixes = []
diff --git a/test/Driver/lit.local.cfg b/test/Driver/lit.local.cfg
new file mode 100644
index 0000000000..a62ea1a099
--- /dev/null
+++ b/test/Driver/lit.local.cfg
@@ -0,0 +1 @@
+config.suffixes = ['.c', '.cpp', '.h', '.m', '.mm', '.S', '.s']