clang-omp / clang

clang with OpenMP 3.1 and some elements of OpenMP 4.0 support
clang-omp.github.com
Other
91 stars 15 forks source link

Clang-omp and libgomp #4

Closed jgpallero closed 11 years ago

jgpallero commented 11 years ago

Hello: Is possible to link the object files generated with clang-omp against libgomp instead libiomp5?

clang-omp commented 11 years ago

Hi,

I'm afraid, no. OpenMP-enabled clang generates calls to Intel OpenMP API, which is not supported by libgomp.