http://llvm.org/bugs/show_bug.cgi?id=22841
Bug ID: 22841 Summary: lldb-mi tests fail on all Linux buildbots Product: lldb Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@cs.uiuc.edu Reporter: vi...@nethacker.com Classification: Unclassified #!/bin/bash ROOT_DIR=/home/vharron/bisect/tmp rm -rf /home/vharron/bisect/tmp mkdir -p /home/vharron/bisect/tmp cd /home/vharron/bisect/tmp svn co https://llvm.org/svn/llvm-project/lldb/trunk lldb -q svn co https://llvm.org/svn/llvm-project/llvm/trunk llvm -q svn co https://llvm.org/svn/llvm-project/cfe/trunk clang -q ln -s ../../clang llvm/tools/clang ln -s ../../lldb llvm/tools/lldb mkdir /home/vharron/bisect/tmp/build cd /home/vharron/bisect/tmp/build cmake -GNinja -DCMAKE_C_COMPILER=clang-3.5 -DCMAKE_CXX_COMPILER=clang++-3.5 -DCMAKE_BUILD_TYPE=Debug ../llvm ninja ninja check-lldb -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev