summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-27 02:04:21 +0000
committerAlp Toker <alp@nuanti.com>2014-06-27 02:04:21 +0000
commitaab3a8f2fb793891f7597e1fdd7edce488530ddd (patch)
treeb9f83df1341e939e1ec65205c969f482f6053a7e
parentbb8e39b1a9aa3cd02f4434efd0c4d0c140513205 (diff)
downloadbcm5719-llvm-aab3a8f2fb793891f7597e1fdd7edce488530ddd.tar.gz
bcm5719-llvm-aab3a8f2fb793891f7597e1fdd7edce488530ddd.zip
Remove .bc from test config.suffixes
This was unused. Besides, a binary file can't really contain lit ShTests. llvm-svn: 211843
-rw-r--r--clang/test/Frontend/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/lit.local.cfg b/clang/test/Frontend/lit.local.cfg
index 4c135982a45..c11fb6d611a 100644
--- a/clang/test/Frontend/lit.local.cfg
+++ b/clang/test/Frontend/lit.local.cfg
@@ -1 +1 @@
-config.suffixes = ['.c', '.cpp', '.m', '.mm', '.ll', '.bc']
+config.suffixes = ['.c', '.cpp', '.m', '.mm', '.ll']
OpenPOWER on IntegriCloud