Displaying 2 results from an estimated 2 matches for "cflgs".
Did you mean:
cflags
2016 Sep 27
4
(Thin)LTO llvm build
On Tue, Sep 27, 2016 at 6:53 AM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>
> > On Sep 27, 2016, at 2:18 AM, Carsten Mattner <carstenmattner at gmail.com>
> wrote:
> >
> >> On Mon, Sep 26, 2016 at 11:02 PM, Teresa Johnson <tejohnson at google.com>
> wrote:
> >> I'll either need to get a reproducer from you and/or try to repro
2016 Sep 27
2
(Thin)LTO llvm build
...39 281767)
Is that too old for it to build itself with ThinLTO?
> I am configuring the stage-2 bootstrap compiler with the following
> command, which largely is copied from your earlier email with your
> cmake command (changes noted below):
>
> lto=Thin
> type=Release
> cflgs=-w
> INSTALL_PREFIX=$HOME/llvm/${build_dir_name}/clang-install
> BUILD_COMPILER=$HOME/llvm/llvm_10_release_build
> SRC=$HOME/llvm/llvm_head
> BINUTILS=$HOME/binutils/binutils
> env DYLD_LIBRARY_PATH=$BUILD_COMPILER/lib/ \
> cmake \
> -G Ninja \
> -DCMAKE_...