This is an archive of the discontinued LLVM Phabricator instance.

[openmp] Fix building in debug mode with mingw
ClosedPublic

Authored by mstorsjo on Nov 9 2022, 2:26 PM.

Details

Summary

Mingw doesn't provide the _malloc_dbg/_free_dbg functions.

Diff Detail

Event Timeline

mstorsjo created this revision.Nov 9 2022, 2:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 9 2022, 2:26 PM
mstorsjo requested review of this revision.Nov 9 2022, 2:26 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: sstefan1. · View Herald Transcript
natgla accepted this revision.Nov 10 2022, 9:50 PM
This revision is now accepted and ready to land.Nov 10 2022, 9:50 PM
This revision was automatically updated to reflect the committed changes.