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

Joerg Sonnenberger joerg at britannica.bec.de
Sun May 3 05:12:35 PDT 2015


On Sun, May 03, 2015 at 09:50:18AM +0300, Andrey Bokhanko wrote:
> 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.

They can still use the old library?

Joerg



More information about the cfe-dev mailing list