[Openmp-commits] [PATCH] D144601: [OpenMP] Fix the wrong use of `fopen`
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Feb 22 15:56:40 PST 2023
tianshilei1992 added inline comments.
================
Comment at: openmp/runtime/src/kmp_runtime.cpp:27
#include "kmp_dispatch.h"
-#include <cstdio>
#if KMP_USE_HIER_SCHED
----------------
This header should not be included. This patch removes it as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144601/new/
https://reviews.llvm.org/D144601
More information about the Openmp-commits
mailing list