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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to