This is an archive of the discontinued LLVM Phabricator instance.

[OMPT] Disable by default on Windows
ClosedPublic

Authored by Hahnfeld on Jul 31 2018, 10:53 AM.

Details

Summary

This is broken per PR36561 and PR36574, so disable it for now until
somebody interested can take a look. OMPT can still be activated manually
by passing -DLIBOMP_OMPT_SUPPORT=ON during configuration.

Diff Detail

Event Timeline

Hahnfeld created this revision.Jul 31 2018, 10:53 AM
protze.joachim accepted this revision.Jul 31 2018, 1:23 PM

I second this change, since this should hopefully allow to include OpenMP in the release build, until someone can fix the build of OMPT on Windows.

This revision is now accepted and ready to land.Jul 31 2018, 1:23 PM

If nobody objects I'd like to commit this later today and try to get this backported before rc1.

omalyshe accepted this revision.Aug 2 2018, 1:54 AM
This revision was automatically updated to reflect the committed changes.