[PATCH] D74300: [ORC] Add generic initializer/deinitializer support.

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 07:57:44 PST 2020


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

> Whether the initializers would be re-run is up to the platform.

Great!

> I think I'm going to take this back out for now: We can always add it back in later, but there's no sense adding an experimental feature with no use case to an already complicated patch.

Agree, so from my side this is ready once the on-demand layer skips promotion for globals in the whole module case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74300





More information about the llvm-commits mailing list