diff options
Diffstat (limited to 'contrib/llvm/utils/NewNightlyTest.pl')
-rwxr-xr-x | contrib/llvm/utils/NewNightlyTest.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm/utils/NewNightlyTest.pl b/contrib/llvm/utils/NewNightlyTest.pl index 4287cc1..1b48168 100755 --- a/contrib/llvm/utils/NewNightlyTest.pl +++ b/contrib/llvm/utils/NewNightlyTest.pl @@ -47,8 +47,8 @@ use Socket; # -noclean Do not run 'make clean' before building. # -nobuild Do not build llvm. If tests are enabled perform them # on the llvm build specified in the build directory -# -release Build an LLVM Release version -# -release-asserts Build an LLVM ReleaseAsserts version +# -release Build an LLVM Release+Asserts version +# -release-asserts Build an LLVM Release version # -disable-bindings Disable building LLVM bindings. # -with-clang Checkout Clang source into tools/clang. # -compileflags Next argument specifies extra options passed to make when |