[PATCH] D60974: Clang IFSO driver action.

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 23 11:49:16 PDT 2019


compnerd added a comment.

BTW, to clarify how this is intended to be used: the collection of the public interfaces defines the *public* interfaces of the module.  This information can be used to generate a **minimally** viable ELF module that the linker can use to link against - no `.text` segment or any other metadata (IIRC, you just need `.symtab`, `.shstrtab`, `.strtab`, `.dynsym` and the ELF header, but that is off the top of my head, and may be incorrect).


Repository:
  rC Clang

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

https://reviews.llvm.org/D60974





More information about the cfe-commits mailing list