From cca1ea7a69bd29bd9ef78a679c8404a98aa4476e Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Tue, 31 May 2011 07:19:08 +0000 Subject: [PATCH] Now with the right line endings. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132330 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.site.cfg.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index c80e663ed0..e71785e823 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -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. -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. -- 2.50.1