From: Johnny Chen Date: Mon, 25 Oct 2010 20:39:20 +0000 (+0000) Subject: A simple config to test both x86_64 and i386 architectures. X-Git-Url: https://git.jankratochvil.net/?p=lldb.git;a=commitdiff_plain;h=e137df2624ece392a798c4e73b78be1693b59232;hp=12214ddaa3bb98026d8538c417aa24e12ce150ef A simple config to test both x86_64 and i386 architectures. llvm-svn: 117304 --- diff --git a/lldb/examples/test/.lldbtest-config2 b/lldb/examples/test/.lldbtest-config2 new file mode 100644 index 0000000..34f8b77 --- /dev/null +++ b/lldb/examples/test/.lldbtest-config2 @@ -0,0 +1 @@ +archs = ["x86_64", "i386"]