This patch fixes the wrong use of fopen.
Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
| openmp/runtime/src/kmp_runtime.cpp | ||
|---|---|---|
| 27 | This header should not be included. This patch removes it as well.  | |
Paths 
  |  Differential  D144601  
[OpenMP] Fix the wrong use of `fopen` ClosedPublic Authored by tianshilei1992 on Feb 22 2023, 3:56 PM. 
Details 
 Summary This patch fixes the wrong use of fopen. 
Diff Detail 
 Event Timeline
 This revision is now accepted and ready to land.Feb 22 2023, 4:16 PM Closed by commit rG22cd105a664b: [OpenMP] Fix the wrong use of `fopen` (authored by tianshilei1992).  ·  Explain WhyFeb 23 2023, 4:13 PM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
 
 
Diff 499664 openmp/runtime/src/kmp_runtime.cpp
 
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This header should not be included. This patch removes it as well.