[Openmp-commits] [PATCH] D153704: [openmp] remove initializeRewriteSymbolsLegacyPassPass

Shao-Ce SUN via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Jun 24 09:08:18 PDT 2023


sunshaoce created this revision.
sunshaoce added reviewers: kazu, aeubanks, nikic.
Herald added subscribers: StephenFan, guansong, yaxunl.
Herald added a project: All.
sunshaoce requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, jplehr, sstefan1.
Herald added a project: OpenMP.

Fix build error caused by D153679 <https://reviews.llvm.org/D153679>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153704

Files:
  openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp


Index: openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp
===================================================================
--- openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp
+++ openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp
@@ -98,7 +98,6 @@
   initializeSelectOptimizePass(Registry);
   initializeCodeGenPreparePass(Registry);
   initializeAtomicExpandPass(Registry);
-  initializeRewriteSymbolsLegacyPassPass(Registry);
   initializeWinEHPreparePass(Registry);
   initializeDwarfEHPrepareLegacyPassPass(Registry);
   initializeSafeStackLegacyPassPass(Registry);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153704.534224.patch
Type: text/x-patch
Size: 624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230624/68db52a0/attachment.bin>


More information about the Openmp-commits mailing list