Displaying 3 results from an estimated 3 matches for "llvmsourcedir".
Did you mean:
llvm_source_dir
2017 May 01
2
Problem with Polly build
...+ \
> -DCMAKE_CXX_FLAGS="-m64" \
> -DPYTHON_EXECUTABLE=${PythonDir}/bin/python \
> -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
> -DLLVM_LIBDIR_SUFFIX=64 \
> -DLLVM_TARGETS_TO_BUILD="X86" \
> ${LLVMSourceDir}
>
> I build LLVM, Clang, Clang extra tools, Compiler-RT and Polly together.
I tried this configuration (I have lld, lldb, libcxx etc in my source
tree as well). Neither "make LLVMPolly -j8" nor "make Polly -j8"
resulted in an error on a clean build.
Can you try "ma...
2017 May 01
2
Problem with Polly build
Hi Eugene,
It is strange, I also do a clean build with CMake+make with r301734 and it
is ok. Could you provide more details?
Thanks
Hongbin
On Mon, May 1, 2017 at 10:58 AM, Eugene Zelenko via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi, Michael!
>
> On Sun, Apr 30, 2017 at 2:06 PM, Michael Kruse <llvmdev at meinersbur.de>
> wrote:
> > 2017-04-29 0:49
2017 May 04
2
Problem with Polly build
...uot;-m64" \
>>> -DPYTHON_EXECUTABLE=${PythonDir}/bin/python \
>>> -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
>>> -DLLVM_LIBDIR_SUFFIX=64 \
>>> -DLLVM_TARGETS_TO_BUILD="X86" \
>>> ${LLVMSourceDir}
>>>
>>> I build LLVM, Clang, Clang extra tools, Compiler-RT and Polly together.
>>
>> I tried this configuration (I have lld, lldb, libcxx etc in my source
>> tree as well). Neither "make LLVMPolly -j8" nor "make Polly -j8"
>> resulted...