Lines Matching refs:config
5 # Load the main clang test config so we can leech its clang finding logic.
6 lit.load_config(config, os.path.join(os.path.dirname(__file__),
8 assert config.clang, "Failed to set clang!?"
11 config.name = 'Clang++'
15 config.suffixes = []
17 # Reset these from the Clang config.
18 config.test_source_root = config.test_exec_root = None
21 config.excludes = []
23 config.excludes.append('Clang-Code-Syntax')
24 config.excludes.append('Clang-Code-Compile')
25 config.excludes.append('LLVM-Code-Syntax')
26 config.excludes.append('LLVM-Code-Compile')
27 config.excludes.append('LLVM-Code-Symbols')