]> granicus.if.org Git - clang/commitdiff
Now with the right line endings.
authorGalina Kistanova <gkistanova@gmail.com>
Tue, 31 May 2011 07:19:08 +0000 (07:19 +0000)
committerGalina Kistanova <gkistanova@gmail.com>
Tue, 31 May 2011 07:19:08 +0000 (07:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132330 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.site.cfg.in

index c80e663ed087a8eb108c3376b6ad0aacf138c9a4..e71785e82310d8c40bb7a58b714fde9f3f2d4901 100644 (file)
@@ -9,10 +9,10 @@ config.clang_obj_root = "@CLANG_BINARY_DIR@"
 config.target_triple = "@TARGET_TRIPLE@"
 config.targets_to_build = "@TARGETS_TO_BUILD@"
 
-# Exclude not supported target-specific tests.\r
-config.excludes = []\r
-if not 'X86' in config.targets_to_build:\r
-    config.excludes.append('X86')\r
+# Exclude not supported target-specific tests.
+config.excludes = []
+if not 'X86' in config.targets_to_build:
+    config.excludes.append('X86')
 
 # Support substitution of the tools and libs dirs with user parameters. This is
 # used when we can't determine the tool dir at configuration time.