[llvm-commits] [zorg] r130579 - /zorg/trunk/lnt/lnt/tests/nt.py

Daniel Dunbar daniel at zuster.org
Fri Apr 29 20:07:02 PDT 2011


Author: ddunbar
Date: Fri Apr 29 22:07:01 2011
New Revision: 130579

URL: http://llvm.org/viewvc/llvm-project?rev=130579&view=rev
Log:
LNT/nt: Update help text to drop --without-llvm and --simple.

Modified:
    zorg/trunk/lnt/lnt/tests/nt.py

Modified: zorg/trunk/lnt/lnt/tests/nt.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/lnt/tests/nt.py?rev=130579&r1=130578&r2=130579&view=diff
==============================================================================
--- zorg/trunk/lnt/lnt/tests/nt.py (original)
+++ zorg/trunk/lnt/lnt/tests/nt.py Fri Apr 29 22:07:01 2011
@@ -575,14 +575,13 @@
     --sandbox FOO \\
     --cc ~/llvm.obj.64/Release/bin/clang \\
     --cxx ~/llvm.obj.64/Release/bin/clang++ \\
-    --without-llvm --simple \\
     --test-suite ~/llvm-test-suite \\
     FOO
 
 where --sandbox is the directory to build and store results in, --cc and --cxx
-are the full paths to the compilers to test, and the remaining options are paths
-to the LLVM source tree, LLVM object tree, and test-suite source tree. The final
-argument is the base nickname to use to describe this run in reports.
+are the full paths to the compilers to test, and --test-suite is the path to the
+test-suite source. The final argument is the base nickname to use to describe
+this run in reports.
 
 To do a quick test, you can add something like:
 





More information about the llvm-commits mailing list