]> granicus.if.org Git - clang/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211843 91177308-0d34-0410-b5e6-96231b3b80d8

test/Frontend/lit.local.cfg

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