Displaying 2 results from an estimated 2 matches for "thin_lto".
Did you mean:
fthinlto
2016 Sep 16
4
(Thin)LTO llvm build
...when I've added it, meaning it's
been working when bootstrapping llvm with the host gcc toolchain, for
a long time.
> On Fri, Sep 16, 2016 at 12:36 PM, Carsten Mattner <carstenmattner at gmail.com> wrote:
> >
> > Hi Teresa,
> >
> > I've just attempted a THIN_LTO build again, and the
> > error I ran into is as follows, and happens during
> > cmake. I'm explicitly telling cmake to us llvm-ar and llvm-ranlib
> > as suggested.
> >
> > [...]
> > -- Performing Test COMPILER_RT_HAS_STATIC_FLAG - Success
> > -- Perform...
2016 Sep 10
6
(Thin)LTO llvm build
I tried building llvm, clang, lld, lldb from the 3.9 svn release
branch with LTO, and some of the results were unexpected.
I first tried to rebuild llvm with llvm-3.9, which has ThinLTO, by
providing -DLLVM_ENABLE_LTO=Thin, but that failed very quickly, so I
fell back to building with -DLLVM_ENABLE_LTO=On and using the system
CC/CXX (gcc 6.1).
The resulting installed build is many times bigger