commit | cc27a53ac54ea57e3ead41241cf468fc04846438 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Thu Jun 26 13:32:27 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Thu Jun 26 13:32:27 2014 -0700 |
tree | 27a6d88b28a119cab6dbff35d3d48756b1bb19ed | |
parent | 5cd240dfe9c68b985f3e5023d070b16dd4f516c4 [diff] |
Subzero: Add 'not' to the list of LLVM commands in lit.cfg. Without this being in the command substitutions list, lit will rely on the 'not' command being in $PATH. The substitution code is adapted from llvm/test/lit.cfg to add word-break regexps to the list. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/344063004