search for: findtool

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

2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...#39;c-index-test', 'clang-check', 'clang-diff', 'clang-format', 'opt', - ToolSubst('%test_debuginfo', command=os.path.join( - config.llvm_src_root, 'utils', 'test_debuginfo.pl')), ToolSubst('%clang_func_map', command=FindTool( 'clang-func-mapping'), unresolved='ignore'), ] local:/Users/dhinton/projects/llvm_project/debuginfo-tests $ git diff master diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..87260f1 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,26 @@ +# De...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...', 'clang-format', 'opt', >> - ToolSubst('%test_debuginfo', command=os.path.join( >> - config.llvm_src_root, 'utils', 'test_debuginfo.pl <http://test_debuginfo.pl/>')), >> ToolSubst('%clang_func_map', command=FindTool( >> 'clang-func-mapping'), unresolved='ignore'), >> ] >> >> >> local:/Users/dhinton/projects/llvm_project/debuginfo-tests $ git diff master >> diff --git a/CMakeLists.txt b/CMakeLists.txt >> new file mode 100644 >> index 00...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...9;clang-diff', 'clang-format', 'opt', > - ToolSubst('%test_debuginfo', command=os.path.join( > - config.llvm_src_root, 'utils', 'test_debuginfo.pl <http://test_debuginfo.pl/>')), > ToolSubst('%clang_func_map', command=FindTool( > 'clang-func-mapping'), unresolved='ignore'), > ] > > > local:/Users/dhinton/projects/llvm_project/debuginfo-tests $ git diff master > diff --git a/CMakeLists.txt b/CMakeLists.txt > new file mode 100644 > index 0000000..87260f1 > --- /dev/nul...
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