[LLVMdev] [cfe-dev] libiomp, not libgomp as default library linked with -fopenmp

Andrey Bokhanko andreybokhanko at gmail.com
Sat May 2 23:50:18 PDT 2015


On Sun, May 3, 2015 at 2:09 AM, Joerg Sonnenberger
<joerg at britannica.bec.de> wrote:
> Switch the library name together with the default value for clang. That
> seems like to the way forward. It doesn't break existing users, since
> they would still be using -fopenmp=libiomp5 and it doesn't introduce a
> surprise for new users after the lib name change.

Joerg, I don't quite understand you. How switching library name won't
break existing users that still use "-fopenmp=libiomp5"? After
"libiomp5" will be renamed to, say, "superlib", "-fopenmp=libiomp5"
won't be recognized anymore.

Andrey



More information about the llvm-dev mailing list