diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2011-05-31 07:19:08 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2011-05-31 07:19:08 +0000 |
commit | cca1ea7a69bd29bd9ef78a679c8404a98aa4476e (patch) | |
tree | c0dbd33507efc725fcf5b7a09ac59f931164319b | |
parent | 426fd36db3b7bdbe22612e62f2fb8bd35d92e6a8 (diff) |
Now with the right line endings.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132330 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/lit.site.cfg.in | 8 |
1 files 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. |