[llvm-commits] [zorg] r130584 - /zorg/trunk/lnt/lnt/tests/nt.py
Daniel Dunbar
daniel at zuster.org
Fri Apr 29 20:13:37 PDT 2011
Author: ddunbar
Date: Fri Apr 29 22:13:37 2011
New Revision: 130584
URL: http://llvm.org/viewvc/llvm-project?rev=130584&view=rev
Log:
LNT/nt: Don't force the isysroot when using --use-ios-simulator-sdk, we want to
be able to build and test against different SDKs.
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=130584&r1=130583&r2=130584&view=diff
==============================================================================
--- zorg/trunk/lnt/lnt/tests/nt.py (original)
+++ zorg/trunk/lnt/lnt/tests/nt.py Fri Apr 29 22:13:37 2011
@@ -902,8 +902,6 @@
warning('expected --isysroot when executing with '
'--ios-simulator-sdk')
- opts.isysroot = opts.ios_simulator_sdk
-
# FIXME: We need to validate that there is no configured output in the
# test-suite directory, that borks things. <rdar://problem/7876418>
More information about the llvm-commits
mailing list