This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add CMake option to disable `libarcher` support
ClosedPublic

Authored by jhuber6 on Mar 31 2023, 10:28 AM.

Details

Summary

The support for libarcher can sometimes cause problems when running
tests or building. We want an option to turn this off when we are not
directly testing libarcher.

Diff Detail

Event Timeline

jhuber6 created this revision.Mar 31 2023, 10:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2023, 10:28 AM
jhuber6 requested review of this revision.Mar 31 2023, 10:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2023, 10:28 AM
jplehr accepted this revision.Mar 31 2023, 12:43 PM

LGTM

This revision is now accepted and ready to land.Mar 31 2023, 12:43 PM
This revision was automatically updated to reflect the committed changes.

Just of curiosity, what kind of issues do you experience? Is this something that should/can be fixed?