[Openmp-commits] [PATCH] D153704: [openmp] remove initializeRewriteSymbolsLegacyPassPass
Nikita Popov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jun 24 09:28:27 PDT 2023
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp:80
#endif
if (!JITTargetInitialized)
return;
----------------
You can remove this check (and the JITTargetInitialized) flag as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153704/new/
https://reviews.llvm.org/D153704
More information about the Openmp-commits
mailing list