Re: LLVM 8.0.0 library to support OpenMP

2019-08-02 Thread John Lloyd
I don't have access to arm64, sorry. On August 1, 2019 6:56:50 p.m. PDT, Brian Callahan wrote: > > >On 8/1/19 8:28 PM, j...@bitminer.ca wrote: >> This is of course way too soon to integrate. But at least people >> running -current can add it for themselves. >> >> flang and clang accept "-fopenmp"

Re: LLVM 8.0.0 library to support OpenMP

2019-08-01 Thread Brian Callahan
On 8/1/19 8:28 PM, j...@bitminer.ca wrote: This is of course way too soon to integrate. But at least people running -current can add it for themselves. flang and clang accept "-fopenmp" and will need to have -I/usr/local/include to compile OpenMP programs. flang and clang will link provided

LLVM 8.0.0 library to support OpenMP

2019-08-01 Thread j
This is of course way too soon to integrate. But at least people running -current can add it for themselves. flang and clang accept "-fopenmp" and will need to have -I/usr/local/include to compile OpenMP programs. flang and clang will link provided -L/usr/local/lib and -lomp are provided. John