This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] libomp: Fix build with LIBOMP_STATS=ON on x86
Needs ReviewPublic

Authored by t-msn on Mar 31 2022, 5:13 AM.

Details

Summary

It seems llvm build uses -Werror=date-time by defalt since
ead0b76382a5a, so remove DATE__/TIME__ macro to build
successfully when LIBOMP_STATS=ON on x86.

Diff Detail

Event Timeline

t-msn created this revision.Mar 31 2022, 5:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2022, 5:13 AM
t-msn published this revision for review.Mar 31 2022, 5:14 AM
t-msn added a reviewer: AndreyChurbanov.
t-msn added a project: Restricted Project.
t-msn added a subscriber: openmp-commits.