[PATCH] D35277: Make shell redirection construct portable

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 14:50:18 PDT 2017


krytarowski added a comment.

In https://reviews.llvm.org/D35277#805768, @davide wrote:

> This is good for portability but probably needs to be specified somewhere (programmer's manual?) but I'm not sure if we have a section on how to write tests.
>  Also, is there a netbsd bot to catch mistakes in future? [I don't see it].


Yes, there is a bot:
http://lab.llvm.org:8011/builders/lldb-amd64-ninja-netbsd8

At the moment it validates proper build in LLVM+Clang+LLDB, it will be extended for execution of tests in future.
There are still over 200 failures in LLVM to go, few in Clang, many in LLDB.


Repository:
  rL LLVM

https://reviews.llvm.org/D35277





More information about the llvm-commits mailing list