This is an archive of the discontinued LLVM Phabricator instance.

[LLVM] Added OpenMP to `LLVM_ALL_RUNTIMES`
ClosedPublic

Authored by tianshilei1992 on Jan 9 2021, 5:44 PM.

Details

Summary

This patch added openmp to LLVM_ALL_RUNTIMES so that when the CMake argument LLVM_ENABLE_RUNTIMES=all, OpenMP can also be built.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Jan 9 2021, 5:44 PM
tianshilei1992 requested review of this revision.Jan 9 2021, 5:44 PM
Herald added a project: Restricted Project. · View Herald Transcript
jdoerfert accepted this revision.Jan 10 2021, 1:37 PM

LGTM, please add a commit message explaining what this does though.

This revision is now accepted and ready to land.Jan 10 2021, 1:37 PM
tianshilei1992 edited the summary of this revision. (Show Details)Jan 10 2021, 1:45 PM
This revision was automatically updated to reflect the committed changes.