search for: lldbconfig

Displaying 4 results from an estimated 4 matches for "lldbconfig".

Did you mean: ldconfig
2016 Dec 21
2
(Thin)LTO llvm build
...t the next time. I guess I thought the detailed error message would be enough. I didn't build again, but I did configure with the settings posted yesterday, and there's a warning which I'm unsure how to interpret and if it's a concern: --- CMake Warning at tools/lldb/cmake/modules/LLDBConfig.cmake:409 (message): You appear to be linking to libstdc++ version lesser than 4.9 without exceptions enabled. These versions of the library have an issue, which causes occasional lldb crashes. See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59656> for details. Possible courses...
2016 Dec 21
0
(Thin)LTO llvm build
...iled > error message would be enough. > > I didn't build again, but I did configure with the settings posted > yesterday, > and there's a warning which I'm unsure how to interpret and if it's a > concern: > > --- > CMake Warning at tools/lldb/cmake/modules/LLDBConfig.cmake:409 (message): > You appear to be linking to libstdc++ version lesser than 4.9 without > exceptions enabled. These versions of the library have an issue, which > causes occasional lldb crashes. See > <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59656> for details....
2016 Dec 21
0
(Thin)LTO llvm build
On Tue, Dec 20, 2016 at 11:05 AM, Carsten Mattner <carstenmattner at gmail.com> wrote: > On Tue, Dec 20, 2016 at 5:05 PM, Teresa Johnson <tejohnson at google.com> > wrote: > > Hi Carsten, > > > > A few responses below, but first, can you get the link command for > > lldb.so.3.9.1? Last time it was the lldb.so build that was using > > ld.bfd with the
2016 Dec 19
1
How to create Debian packages for release 3.9.0
Hello, Le 12/12/2016 à 18:29, Hans Wennborg a écrit : > +Sylvestre who knows about these things. > > On Thu, Dec 8, 2016 at 2:24 AM, Kris van Rens via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> L.S., >> >> I'm currently in the process of creating Debian packages for >> clang/llvm release 3.9.0. For this I'm using the steps as explained on