[Lldb-commits] [lldb] r117304 - /lldb/trunk/examples/test/.lldbtest-config2

Johnny Chen johnny.chen at apple.com
Mon Oct 25 13:39:20 PDT 2010


Author: johnny
Date: Mon Oct 25 15:39:20 2010
New Revision: 117304

URL: http://llvm.org/viewvc/llvm-project?rev=117304&view=rev
Log:
A simple config to test both x86_64 and i386 architectures.

Added:
    lldb/trunk/examples/test/.lldbtest-config2

Added: lldb/trunk/examples/test/.lldbtest-config2
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/test/.lldbtest-config2?rev=117304&view=auto
==============================================================================
--- lldb/trunk/examples/test/.lldbtest-config2 (added)
+++ lldb/trunk/examples/test/.lldbtest-config2 Mon Oct 25 15:39:20 2010
@@ -0,0 +1 @@
+archs = ["x86_64", "i386"]





More information about the lldb-commits mailing list