Displaying 2 results from an estimated 2 matches for "dclang_default_openmp_runtime".
Did you mean:
clang_default_openmp_runtime
2015 Jul 28
0
[LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
...hey default to linking to the non-functional libgomp (as far as I understand it), and if people want to use the actual libomp runtime, they have to specify -fopenmp=libomp when compiling/linking a program. At the same time, it is possible to use the libomp runtime library by default by specifying
-DCLANG_DEFAULT_OPENMP_RUNTIME=libomp
at configuration time when building LLVM. That way things would not break for existing users with unsupported systems while making things for users like us *much* easier :)
Regards,
Michael
> On 28 Jul 2015, at 15:53 , Renato Golin <renato.golin at linaro.org> wrote:
>
>...
2015 Jul 28
2
[LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
On 28 July 2015 at 14:44, Martell Malone <martellmalone at gmail.com> wrote:
> Adding a little to the topic what criteria would we need to make a target
> use compiler-rt and libc++ as the default in the clang driver.
> I have successfully built a standalone clang toolchain with mingw-w64
> without using gcc or binutils.
There was another discussion with David Chisnall, where he