[llvm-bugs] [Bug 29138] New: lldb uses internal lib/Support/regex_impl.h LLVM header

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Aug 25 09:16:43 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=29138

            Bug ID: 29138
           Summary: lldb uses internal lib/Support/regex_impl.h LLVM
                    header
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: mgorny at gentoo.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160825/4641c39f/attachment.html>


More information about the llvm-bugs mailing list