[PATCH] D60974: Clang IFSO driver action.

Jake Ehrlich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 29 17:43:51 PDT 2019


jakehehrlich added a comment.

In D60974#1483380 <https://reviews.llvm.org/D60974#1483380>, @plotfi wrote:

> Also, curious on the lack of denoting the sections and which symbols go in which sections? Do you just assume that "Type: Object" goes into .data?


You don't need that information and the linker doesn't use it. It only uses that information to get alignment. In the code that I'm writing right now it happens to put everything in a single rodata section (except for tls which it puts in a TLS rodata section, which isn't a thing that even exists in the wild)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60974





More information about the cfe-commits mailing list