[lldb-dev] [Bug 22841] New: lldb-mi tests fail on all Linux buildbots

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Mar 7 22:58:41 PST 2015


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 at cs.uiuc.edu
          Reporter: vince at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150308/59ceb1c7/attachment.html>


More information about the lldb-dev mailing list