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

Daniel Dunbar daniel at zuster.org
Fri Apr 29 19:04:17 PDT 2011


Author: ddunbar
Date: Fri Apr 29 21:04:17 2011
New Revision: 130571

URL: http://llvm.org/viewvc/llvm-project?rev=130571&view=rev
Log:
LNT/nt: Change --without-llvm to be the default if no explicit LLVM paths are
given.

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=130571&r1=130570&r2=130571&view=diff
==============================================================================
--- zorg/trunk/lnt/lnt/tests/nt.py (original)
+++ zorg/trunk/lnt/lnt/tests/nt.py Fri Apr 29 21:04:17 2011
@@ -778,6 +778,10 @@
 
         nick, = args
 
+        # The --without--llvm option is the default if no LLVM paths are given.
+        if opts.llvm_src_root is None and opts.llvm_obj_root is None:
+            opts.without_llvm = True
+
         # Validate options.
 
         if opts.sandbox_path is None:





More information about the llvm-commits mailing list