Remove .bc from test config.suffixes
authorAlp Toker <alp@nuanti.com>
Fri, 27 Jun 2014 02:04:21 +0000 (02:04 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 27 Jun 2014 02:04:21 +0000 (02:04 +0000)
This was unused. Besides, a binary file can't really contain lit ShTests.

llvm-svn: 211843

clang/test/Frontend/lit.local.cfg

index 4c13598..c11fb6d 100644 (file)
@@ -1 +1 @@
-config.suffixes = ['.c', '.cpp', '.m', '.mm', '.ll', '.bc']
+config.suffixes = ['.c', '.cpp', '.m', '.mm', '.ll']