[Lldb-commits] [PATCH] Skip lldb-mi tests on FreeBSD for now

dawn at burble.org dawn at burble.org
Wed Feb 25 00:09:44 PST 2015


Some corrections:
On Tue, Feb 24, 2015 at 01:23:34AM -0800, dawn at burble.org wrote:
> On OSX, check out a tree with lldb and clang in ~/llvm/tools, then do:
>     cd ~/llvm/build_ninja
>     cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Debug "-DLLVM_TARGETS_TO_BUILD=ARM;X86;AArch64" -DCMAKE_CXX_FLAGS="-std=c++0x -stdlib=libc++"
>     ninja lldb
this should be just "ninja"
("ninja lldb" doesn't build lldb-mi - thanks to Ilia for that reminder)
>     cd ~/llvm/tools/lldb/test
>     export LLDB_EXEC=~/llvm/build_ninja/bin/lldb
you need to set LLDB_DEBUGSERVER_PATH before running the tests, as in:
    export LLDB_DEBUGSERVER_PATH=~/llvm/build_ninja/bin/debugserver
>     ./dotest.py -v --executable $LLDB_EXEC



More information about the lldb-commits mailing list