search for: liblldb

Displaying 20 results from an estimated 46 matches for "liblldb".

Did you mean: libldb
2015 Dec 21
3
lldb -c corefile get segmentation fault on centos7
...om /lib64/libpthread.so.0 2 Thread 0x7f81ce580740 (LWP 59) 0x00007f81c9ed46d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 * 1 Thread 0x7f81c3f94700 (LWP 65) 0x00007f81cbe00630 in lldb_private::ArchSpec::GetMachine() const () from /opt/dependency/tools/bin/../lib64/liblldb.so.3.7 *(gdb) bt* #0 0x00007f81cbe00630 in lldb_private::ArchSpec::GetMachine() const () from /opt/dependency/tools/bin/../lib64/liblldb.so.3.7 #1 0x00007f81cc20458f in RegisterContextPOSIX_x86::RegisterContextPOSIX_x86(lldb_private::Thread&, unsigned int, lldb_private::RegisterInfoInterfa...
2016 Jan 14
2
Building SVN head with CMake - shared libraries?
...ckend" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON ../llvm Everything worked well, and in the end I got the following shared libraries: /tools/llvm/svn_head/lib/BugpointPasses.so /tools/llvm/svn_head/lib/libclang.so /tools/llvm/svn_head/lib/libclang.so.3.9 /tools/llvm/svn_head/lib/liblldb.so /tools/llvm/svn_head/lib/liblldb.so.3.9.0 /tools/llvm/svn_head/lib/libLTO.so /tools/llvm/svn_head/lib/LLVMHello.so However, with an autoconf build, I am used to seeing a libLLVM.so. From a 3.7.1 autoconf build: /tools/llvm/3.7.1dbg/lib/BugpointPasses.so /tools/llvm/3.7.1dbg/lib/libclang.so /to...
2016 Oct 03
2
(Thin)LTO llvm build
On Mon, Oct 3, 2016 at 3:53 PM, Xinliang David Li <xinliangli at gmail.com> wrote: > What is the linker command line buidling liblldb.so? is libgcc.a passed in? > There is no difference in the linker command for liblldb.so or bin/lldb between the ld.bfd and ld.gold cases, and neither links libgcc.a that I can see. The difference appears to be that the __morestack symbol is weak in the ld.gold liblldb.so case (and simply does...
2016 Oct 04
2
(Thin)LTO llvm build
...so. > > On Mon, Oct 3, 2016 at 4:40 PM, Teresa Johnson <tejohnson at google.com> > wrote: > >> >> >> On Mon, Oct 3, 2016 at 3:53 PM, Xinliang David Li <xinliangli at gmail.com> >> wrote: >> >>> What is the linker command line buidling liblldb.so? is libgcc.a passed >>> in? >>> >> >> There is no difference in the linker command for liblldb.so or bin/lldb >> between the ld.bfd and ld.gold cases, and neither links libgcc.a that I can >> see. >> >> The difference appears to be that the _...
2016 Oct 04
2
(Thin)LTO llvm build
...t;tejohnson at google.com> >>> wrote: >>> >>>> >>>> >>>> On Mon, Oct 3, 2016 at 3:53 PM, Xinliang David Li <xinliangli at gmail.com >>>> > wrote: >>>> >>>>> What is the linker command line buidling liblldb.so? is libgcc.a >>>>> passed in? >>>>> >>>> >>>> There is no difference in the linker command for liblldb.so or bin/lldb >>>> between the ld.bfd and ld.gold cases, and neither links libgcc.a that I can >>>> see. >>&...
2018 Mar 05
2
[Release-testers] [6.0.0 Release] The final tag is in
...ib/libc++.so.1 >> ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++.so.1.0 >> ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libgomp.so >> ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libiomp5.so >> ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/liblldb >> IntelFeatures.so >> 0x000000000000001d (RUNPATH) Library runpath: >> [$ORIGIN/../lib] >> ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/liblldb >> IntelFeatures.so.6 >> 0x000000000000001d (RUNPATH) Library runpath: >> [$ORIG...
2016 Jan 14
4
Building SVN head with CMake - shared libraries?
...llvm >> >> Everything worked well, and in the end I got the following shared >> libraries: >> >> /tools/llvm/svn_head/lib/BugpointPasses.so >> /tools/llvm/svn_head/lib/libclang.so >> /tools/llvm/svn_head/lib/libclang.so.3.9 >> /tools/llvm/svn_head/lib/liblldb.so >> /tools/llvm/svn_head/lib/liblldb.so.3.9.0 >> /tools/llvm/svn_head/lib/libLTO.so >> /tools/llvm/svn_head/lib/LLVMHello.so >> >> However, with an autoconf build, I am used to seeing a libLLVM.so. From a >> 3.7.1 autoconf build: >> >> /tools/llvm/3...
2018 Mar 05
2
[Release-testers] [6.0.0 Release] The final tag is in
....0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++.so.1 ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++.so.1.0 ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libgomp.so ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libiomp5.so ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/liblldbIntelFeatures.so 0x000000000000001d (RUNPATH) Library runpath: [$ORIGIN/../lib] ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/liblldbIntelFeatures.so.6 0x000000000000001d (RUNPATH) Library runpath: [$ORIGIN/../lib] ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/l...
2018 Mar 05
0
[Release-testers] [6.0.0 Release] The final tag is in
...u-ubuntu-14.04/lib/libc++.so.1 > ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++.so.1.0 > ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libgomp.so > ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libiomp5.so > ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/liblldbIntelFeatures.so > 0x000000000000001d (RUNPATH) Library runpath: > [$ORIGIN/../lib] > ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/liblldbIntelFeatures.so.6 > 0x000000000000001d (RUNPATH) Library runpath: > [$ORIGIN/../lib] > ./clang+llvm-6.0.0-x86_6...
2016 Sep 27
2
(Thin)LTO llvm build
...ishing, I'll consider copying those to the local build tree first. > Can you nm the .so files in your lib dir and see if any reference > __morestack? $ for so in lib/*.so; do echo $so ; nm $so|grep __morestack;done lib/BugpointPasses.so lib/libclang.so lib/libgomp.so lib/libiomp5.so lib/liblldb.so U __morestack lib/libLTO.so lib/libomp.so lib/LLVMgold.so lib/LLVMHello.so lib/LLVMPolly.so Looks like liblldb.so does. Does that explain anything?
2016 Oct 03
3
(Thin)LTO llvm build
...t; but the hidden symbol is defined in lldb binary. >> > > AFAICT, no - I had done "ninja -v" so I have all of the intermediate build > commands, and it doesn't show up in that. > > I'll have to do some more digging to figure out why it is referenced from > liblldb.so in the ld.bfd case and not when using ld.gold > > Teresa > > David >> >> On Mon, Oct 3, 2016 at 1:54 PM, Teresa Johnson via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> Aha - finally reproduced! The difference is using ld.bfd not ld.g...
2018 Mar 05
0
[Release-testers] [6.0.0 Release] The final tag is in
...c++.so.1 >> ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++.so.1.0 >> ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libgomp.so >> ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/libiomp5.so >> > ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/liblldbIntelFeatures.so >> 0x000000000000001d (RUNPATH) Library runpath: >> [$ORIGIN/../lib] >> > ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/lib/liblldbIntelFeatures.so.6 >> 0x000000000000001d (RUNPATH) Library runpath: >> [$ORIGIN/../lib] >&...
2013 Nov 23
2
[LLVMdev] Builds failing on lldb with the following for well over a week on a new build folder
Linking CXX executable ../../../../bin/lldb Scanning dependencies of target lldb-platform [100%] Building CXX object tools/lldb/tools/lldb-platform/CMakeFiles/lldb-platform.dir/lldb-platform.cpp.o *../../../../lib/liblldb.so.3.5: undefined reference to `llvm::SmallPtrSetImpl::SmallPtrSetImpl(void const**, unsigned int, llvm::SmallPtrSetImpl&&)'** **clang: error: linker command failed with exit code 1 (use -v to see invocation)** **make[2]: *** [bin/lldb-3.5] Error 1* make[1]: *** [tools/lldb/tools/dri...
2013 Nov 25
0
[LLVMdev] Builds failing on lldb with the following for well over a week on a new build folder
...:57 AM, Marc Driftmeyer <mjd at reanimality.com> wrote: > Linking CXX executable ../../../../bin/lldb > Scanning dependencies of target lldb-platform > [100%] Building CXX object > tools/lldb/tools/lldb-platform/CMakeFiles/lldb-platform.dir/lldb-platform.cpp.o > ../../../../lib/liblldb.so.3.5: undefined reference to > `llvm::SmallPtrSetImpl::SmallPtrSetImpl(void const**, unsigned int, > llvm::SmallPtrSetImpl&&)' > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > make[2]: *** [bin/lldb-3.5] Error 1 > make[1]: *** [to...
2016 Sep 27
2
(Thin)LTO llvm build
...d mean this should be a .so. One would expect so, but in fact it's with the flags I posted yesterday, so I'm equally confused as to why there's no .so, but the error These are the DSO file in lib/: $ ls lib/*.so lib/BugpointPasses.so lib/libclang.so lib/libgomp.so lib/libiomp5.so lib/liblldb.so lib/libLTO.so lib/libomp.so lib/LLVMgold.so lib/LLVMHello.so lib/LLVMPolly.so I'll assume, given the existence of the various .so files, that SHARED_LIBS=ON is the default and what's been configured. Unless cmake's configure step somehow is responsible for nuking libLLVMRUntimedyld...
2018 May 16
2
Compile error while building LLDB
...bugInfo/CodeView/CodeViewRegisters.def:81:13: error: expected identifier CV_REGISTER(CR3, 83) ^ /usr/include/sys/termios.h:187:14: note: expanded from macro 'CR3' #define CR3 0x00003000 ^ 4 errors generated. make[2]: *** [source/API/CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o] Error 1 make[1]: *** [source/API/CMakeFiles/liblldb.dir/all] Error 2 make: *** [all] Error 2 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180516/7a7b44f9/attachment.html&gt...
2016 Sep 30
4
(Thin)LTO llvm build
...> Can you nm the .so files in your lib dir and see if any reference >> > __morestack? >> >> $ for so in lib/*.so; do echo $so ; nm $so|grep __morestack;done >> lib/BugpointPasses.so >> lib/libclang.so >> lib/libgomp.so >> lib/libiomp5.so >> lib/liblldb.so >> U __morestack >> lib/libLTO.so >> lib/libomp.so >> lib/LLVMgold.so >> lib/LLVMHello.so >> lib/LLVMPolly.so >> >> Looks like liblldb.so does. Does that explain anything? >> > > Interesting, it doesn't in my build....
2018 May 16
2
Compile error while building LLDB
...t; > CV_REGISTER(CR3, 83) > > ^ > > /usr/include/sys/termios.h:187:14: note: expanded from macro 'CR3' > > #define CR3 0x00003000 > > ^ > > 4 errors generated. > > make[2]: *** > [source/API/CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o] > > Error 1 > > make[1]: *** [source/API/CMakeFiles/liblldb.dir/all] Error 2 > > make: *** [all] Error 2 > > > > > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at list...
2018 May 16
0
Compile error while building LLDB
...1:13: error: expected > identifier > CV_REGISTER(CR3, 83) > ^ > /usr/include/sys/termios.h:187:14: note: expanded from macro 'CR3' > #define CR3 0x00003000 > ^ > 4 errors generated. > make[2]: *** [source/API/CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o] > Error 1 > make[1]: *** [source/API/CMakeFiles/liblldb.dir/all] Error 2 > make: *** [all] Error 2 > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cg...
2018 Mar 04
0
[Release-testers] [6.0.0 Release] The final tag is in
Uploaded ubuntu, SLES11, SLES12 binaries. 4907dbd37f4e5265a2f1252d9d7b5e5b0a9c0ec1 clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz 360b26fcd9eafe5ca9c4baa89c38339bc587c094 clang+llvm-6.0.0-x86_64-linux-sles11.3.tar.xz ce525cf949ef86409bc3f4f492035225989eecfd clang+llvm-6.0.0-x86_64-linux-sles12.2.tar.xz On Fri, Mar 2, 2018 at 6:17 AM, Hans Wennborg via Release-testers < release-testers