search for: libstd

Displaying 10 results from an estimated 10 matches for "libstd".

Did you mean: libstdc
2009 Jul 15
3
[LLVMdev] llvm-ld -disable-opt behavior.
Consider the example command line below $ llvm-ld -disable-opt hello.bc -l std -o hello.out Why does -disable-opt links in all the bitcode from the libstd.so into hello.out? - Sanjiv
2009 Jul 15
0
[LLVMdev] llvm-ld -disable-opt behavior.
On Wed, Jul 15, 2009 at 9:32 AM, sanjiv gupta<sanjiv.gupta at microchip.com> wrote: > Consider the example command line below > > $ llvm-ld -disable-opt hello.bc -l std -o hello.out > > Why does -disable-opt links in all the bitcode from the libstd.so into > hello.out? ... because it just disables optimization passed. It does not disable linking. ? - Devang
2009 Jul 16
3
[LLVMdev] llvm-ld -disable-opt behavior.
...wrote: > On Wed, Jul 15, 2009 at 9:32 AM, sanjiv gupta<sanjiv.gupta at microchip.com> wrote: > > Consider the example command line below > > > > $ llvm-ld -disable-opt hello.bc -l std -o hello.out > > > > Why does -disable-opt links in all the bitcode from the libstd.so into > > hello.out? > > ... because it just disables optimization passed. It does not disable linking. > ? > - > Devang > ______ I think I did not explain the question really well. -disable-opt links the whole lib into the final program while not using -disable-opt lin...
2009 Jul 11
1
[LLVMdev] using bitcode libs.
...format and link my programs .bc with them via llvm-ld to generate a linked .bc again. I have created a std.lib using llvm-ld -link-as-library on all .bc files of std libs. How to use -l and -L options of llvm-ld in that case? What are the other required options? What are the naming conventions? libstd.a ( for -l std)? - Sanjiv
2009 Jul 16
0
[LLVMdev] llvm-ld -disable-opt behavior.
...Jul 15, 2009 at 9:32 AM, sanjiv gupta<sanjiv.gupta at microchip.com> wrote: >> > Consider the example command line below >> > >> > $ llvm-ld -disable-opt hello.bc -l std -o hello.out >> > >> > Why does -disable-opt links in all the bitcode from the libstd.so into >> > hello.out? >> >> ... because it just disables optimization passed. It does not disable linking. >>  ? >> - >> Devang >> ______ > I think I did not explain the question really well. > > -disable-opt links the whole lib into the final...
2016 Dec 21
2
(Thin)LTO llvm build
...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 of action are: - use libstdc++ version 4.9 or newer...
2009 Jul 27
3
[LLVMdev] [Cygwin] error building llvm-gcc - X86ATTAsmPrinter error in libstdc++
I am now getting an X86ATTAsmPrinter error in compiling libstdc++-v3 right near the end of compiling llvm-gcc in valarray-inst.cc. assertion "IndexReg.getReg() != X86::ESP && "X86 doesn't allow scaling by ESP" Does this build on Linux ? My remote Linux box has died and not a ble to reset it for a day or two. /home/ang/build/l...
2009 Jul 27
0
[LLVMdev] [Cygwin] error building llvm-gcc - X86ATTAsmPrinter error in libstdc++
This looks like pr4572. Evan On Jul 27, 2009, at 3:25 AM, Aaron Gray wrote: > I am now getting an X86ATTAsmPrinter error in compiling libstdc++-v3 > right near the end of compiling llvm-gcc in valarray-inst.cc. > > assertion "IndexReg.getReg() != X86::ESP && "X86 doesn't allow > scaling by ESP" > > Does this build on Linux ? > > My remote Linux box has died and not a ble to rese...
2016 Dec 21
0
(Thin)LTO llvm build
...ld 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 of action are: > > - use...
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