<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - lldb uses internal lib/Support/regex_impl.h LLVM header"
   href="https://llvm.org/bugs/show_bug.cgi?id=29138">29138</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>lldb uses internal lib/Support/regex_impl.h LLVM header
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mgorny@gentoo.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When attempting to build lldb stand-alone, I hit the following error:

[ 91%] Building CXX object
tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdData.cpp.o
cd /home/mgorny/llvm-standalone/lldb/_build/tools/lldb-mi && /usr/bin/c++  
-DGTEST_HAS_RTTI=0 -DHAVE_PROCESS_VM_READV -DHAVE_ROUND -DLIBXML2_DEFINED
-DLLDB_DISABLE_CURSES -DLLDB_DISABLE_LIBEDIT -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/home/mgorny/llvm-standalone/lldb/_build/tools/lldb-mi
-I/home/mgorny/llvm-standalone/lldb/tools/lldb-mi
-I/home/mgorny/llvm-standalone/lldb/include
-I/home/mgorny/llvm-standalone/lldb/_build/include
-I/home/mgorny/llvm-standalone/install/include -I/usr/include/python3.4m
-I/home/mgorny/llvm-standalone/lldb/tools/clang/include
-I/home/mgorny/llvm-standalone/lldb/_build/../clang/include
-I/usr/include/libxml2  -fPIC -fvisibility-inlines-hidden -Werror=date-time
-std=c++11 -ffunction-sections -fdata-sections -Wno-deprecated-declarations
-Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register
-Wno-vla-extension    -fno-exceptions -fno-rtti -o
CMakeFiles/lldb-mi.dir/MICmdCmdData.cpp.o -c
/home/mgorny/llvm-standalone/lldb/tools/lldb-mi/MICmdCmdData.cpp
In file included from
/home/mgorny/llvm-standalone/lldb/tools/lldb-mi/MICmdCmdData.cpp:45:0:
/home/mgorny/llvm-standalone/lldb/tools/lldb-mi/MIUtilParse.h:13:39: fatal
error: ../lib/Support/regex_impl.h: Nie ma takiego pliku ani katalogu
compilation terminated.


Please avoid using internal LLVM API since this makes it impossible to build
lldb without a copy of LLVM sources around.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>