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@lists.llvm.org Reporter: mgo...@gentoo.org CC: llvm-b...@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 the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev