From 2e275c9e6a309696ddc2b579a9cd18edf0651aa9 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 17 Jan 2012 01:26:06 +0000 Subject: [PATCH] Add usage example of specifying the full path to the compiler used while building the debuggees for running the test suite. llvm-svn: 148273 --- lldb/test/dotest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index 7cd334f2d094..86df4307768f 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -181,6 +181,7 @@ where options: -A x86_64^i386 => launch inferior with x86_64 and i386 architectures -C : specify the compiler(s) used to build the inferior executable -C clang => build debuggee using clang compiler + -C /my/full/path/to/clang => specify a full path to the clang binary -C clang^gcc => build debuggee using clang and gcc compilers -D : dump the Python sys.path variable -a : don't do lldb Python API tests