This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix the wrong use of `fopen`
ClosedPublic

Authored by tianshilei1992 on Feb 22 2023, 3:56 PM.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Feb 22 2023, 3:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 22 2023, 3:56 PM
tianshilei1992 requested review of this revision.Feb 22 2023, 3:56 PM
Herald added a project: Restricted Project. · View Herald Transcript
tianshilei1992 added inline comments.Feb 22 2023, 3:56 PM
openmp/runtime/src/kmp_runtime.cpp
27

This header should not be included. This patch removes it as well.

tianshilei1992 edited the summary of this revision. (Show Details)Feb 22 2023, 3:57 PM
jdoerfert edited the summary of this revision. (Show Details)Feb 22 2023, 4:11 PM
jdoerfert accepted this revision.Feb 22 2023, 4:16 PM

the open call was broken, this seems sensible.

This revision is now accepted and ready to land.Feb 22 2023, 4:16 PM
This revision was automatically updated to reflect the committed changes.