search for: use_clang

Displaying 4 results from an estimated 4 matches for "use_clang".

Did you mean: as_clang
2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...urce_root: The root path where tests are located. +config.test_source_root = os.path.join(config.debuginfo_tests_src_root) + +# test_exec_root: The root path where tests should be run. +config.test_exec_root = config.debuginfo_tests_obj_root + +llvm_config.use_default_substitutions() + +llvm_config.use_clang() + +if config.llvm_use_sanitizer: + # Propagate path to symbolizer for ASan/MSan. + llvm_config.with_system_environment( + ['ASAN_SYMBOLIZER_PATH', 'MSAN_SYMBOLIZER_PATH']) + +tool_dirs = [config.llvm_tools_dir] + +tools = [ + ToolSubst('%test_debuginfo', co...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...source_root = os.path.join(config.debuginfo_tests_src_root) >> + >> +# test_exec_root: The root path where tests should be run. >> +config.test_exec_root = config.debuginfo_tests_obj_root >> + >> +llvm_config.use_default_substitutions() >> + >> +llvm_config.use_clang() >> + >> +if config.llvm_use_sanitizer: >> + # Propagate path to symbolizer for ASan/MSan. >> + llvm_config.with_system_environment( >> + ['ASAN_SYMBOLIZER_PATH', 'MSAN_SYMBOLIZER_PATH']) >> + >> +tool_dirs = [config.llvm_tools...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...located. > +config.test_source_root = os.path.join(config.debuginfo_tests_src_root) > + > +# test_exec_root: The root path where tests should be run. > +config.test_exec_root = config.debuginfo_tests_obj_root > + > +llvm_config.use_default_substitutions() > + > +llvm_config.use_clang() > + > +if config.llvm_use_sanitizer: > + # Propagate path to symbolizer for ASan/MSan. > + llvm_config.with_system_environment( > + ['ASAN_SYMBOLIZER_PATH', 'MSAN_SYMBOLIZER_PATH']) > + > +tool_dirs = [config.llvm_tools_dir] > + > +tools = [...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
I sorta enjoy debugging stuff like this, so if you don't mind, I'll dig into it once I get a chance -- traveling so, my access is a bit sketchy right now. I'll see if I can grab the logs and let you know if I find anything interesting. On Tue, Nov 21, 2017 at 7:04 PM, Zachary Turner <zturner at google.com> wrote: > That change was added specifically to workaround a failure