[PATCH] D60974: Clang IFSO driver action.

Jake Ehrlich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 23 13:55:33 PDT 2019


jakehehrlich added a comment.

> I actually don't see why something like this couldn't be used in both scenarios (ie some users generating the files at build time, and others using -emit-ifso to periodically generate and land changes to checked in files).

They could be used in parallel in most cases but they would likely have divergent behavior unless we shared the writers and there be duplicated code. This is not strictly a bad thing and efforts to merge them might not be fruitful or ideal but its something I think we should discuss. A real possibility is that llvm-elfabi could be the linker than merges these since it already has a carefully thought out and evolving internal representation of an ELF file and will soon have readers/writers for both stubs and .tbe files.


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