[Openmp-commits] [PATCH] D129344: [libomptarget] compile DeviceRTL bc files with -O3

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 8 07:49:53 PDT 2022


jhuber6 accepted this revision.
jhuber6 added a comment.
This revision is now accepted and ready to land.

LG assuming this doesn't break anything anymore, we used to have problems with definitions getting optimized out but it seems to be fixed. The plan is still to remove this in favor of the static library and LTO, but this should improve things until we make the change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129344/new/

https://reviews.llvm.org/D129344



More information about the Openmp-commits mailing list