Quoting Liviu Prodea (2018-10-03 01:03:43)
>
> Automatic wrap with llvm-config does get the version right so it has to be
> something else.
>
> I usually build LLVM myself like this:
>
>
> cd llvm-7.0.0.src & md buildsys-x86 & cd buildsys-x86 & cmake -G "Ninja"
> -Thost
> =x64 -DLLVM_TARGETS_T
Automatic wrap with llvm-config does get the version right so it has to be
something else.
I usually build LLVM myself like this:
cd llvm-7.0.0.src & md buildsys-x86 & cd buildsys-x86 & cmake -G "Ninja"
-Thost=x64 -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release
-DLLVM_USE_CRT_RELEASE=M
Quoting Liviu Prodea (2018-10-02 14:05:09)
>
>
>
>
>
>
> On Tuesday, October 2, 2018, 8:08:39 PM GMT+3, Dylan Baker
> wrote:
>
>
> Quoting Liviu Prodea (2018-10-02 08:08:41)
> > Made a comprehensive test of this patch series and I still stumbled upon
> > some
> > big problems:
> >
> > 1.
On Tuesday, October 2, 2018, 8:08:39 PM GMT+3, Dylan Baker
wrote:
Quoting Liviu Prodea (2018-10-02 08:08:41)
> Made a comprehensive test of this patch series and I still stumbled upon some
> big problems:
>
> 1. Automatic LLVM linking via llvm-config if used by adding LLVM bin fo
Quoting Liviu Prodea (2018-10-02 08:08:41)
> Made a comprehensive test of this patch series and I still stumbled upon some
> big problems:
>
> 1. Automatic LLVM linking via llvm-config if used by adding LLVM bin folder to
> PATH results in build failure with 'llvm-c/Core.h' not found in src/galliu
Made a comprehensive test of this patch series and I still stumbled upon some
big problems:
1. Automatic LLVM linking via llvm-config if used by adding LLVM bin folder to
PATH results in build failure with 'llvm-c/Core.h' not found inĀ
src/gallium/auxiliary/gallivm/lp_bld.h. Appveyor CI from
htt