Displaying 3 results from an estimated 3 matches for "has_openmp".
Did you mean:
has_opengl
2020 Oct 22
0
[cfe-dev] AddressSanitizer
...Clang to build itself with ASan enabled, and
>>> running my
>>> build container in privileged mode, helped solve a lot of the problems.
>>> But I
>>> now encounter a lot of link errors while testing my stage-2 build:
>>>
>>> FAIL: libomp :: api/has_openmp.c (52345 of 54886)
>>> ******************** TEST 'libomp :: api/has_openmp.c' FAILED
>>> ********************
>>> Script:
>>> --
>>> : 'RUN': at line 1'; /home/bryanpkc/llvm-project/build/./bin/clang
>>> -fopenmp -pthread -...
2020 Oct 20
4
AddressSanitizer
Hi lists,
I am encountering a large number of check-clang failures after building
Clang/LLVM with -DLLVM_USE_SANITIZER=Address. I have reported the issue on
Bugzilla (https://bugs.llvm.org/show_bug.cgi?id=47678). I cannot even
compile helloworld.c with the resulting clang tool without a lot of false
positives from ASan. Is it because I am not supposed to use GCC's
AddressSanitizer when
2015 Apr 30
2
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
On Thu, Apr 30, 2015 at 10:23 AM, Jack Howarth <
howarth.mailing.lists at gmail.com> wrote:
> The current test suite status on x86_64-apple-darwin14, with the
> proposed patch from
> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150427/128219.html
> applied to current cfe trunk, is quite respectable....
>
> Summary:
> S Number of tested Open MP