[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 20:08:11 PST 2017


compnerd added a comment.

I don't think that this really belongs in compiler-rt, this is really libc specific.  For example, what about hooking into the Java class registration (see glibc's JV section)?


Repository:
  rL LLVM

https://reviews.llvm.org/D28791





More information about the llvm-commits mailing list