[cfe-commits] r132330 - /cfe/trunk/test/lit.site.cfg.in

Galina Kistanova gkistanova at gmail.com
Tue May 31 00:19:08 PDT 2011


Author: gkistanova
Date: Tue May 31 02:19:08 2011
New Revision: 132330

URL: http://llvm.org/viewvc/llvm-project?rev=132330&view=rev
Log:
Now with the right line endings.

Modified:
    cfe/trunk/test/lit.site.cfg.in

Modified: cfe/trunk/test/lit.site.cfg.in
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.site.cfg.in?rev=132330&r1=132329&r2=132330&view=diff
==============================================================================
--- cfe/trunk/test/lit.site.cfg.in (original)
+++ cfe/trunk/test/lit.site.cfg.in Tue May 31 02:19:08 2011
@@ -9,10 +9,10 @@
 config.target_triple = "@TARGET_TRIPLE@"
 config.targets_to_build = "@TARGETS_TO_BUILD@"
 
-# Exclude not supported target-specific tests.
-config.excludes = []
-if not 'X86' in config.targets_to_build:
-    config.excludes.append('X86')
+# 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.





More information about the cfe-commits mailing list