[PATCH] D46091: [MachineOutliner] Don't outline from functions with a section marking.

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 16:11:30 PDT 2018


paquette accepted this revision.
paquette added a comment.
This revision is now accepted and ready to land.

LGTM.

(If we want to outline from these, we can probably try performing a separate outlining pass for each section. That way we can enforce that functions outlined from a specific section all come from the same section, and also end up in that *same* section.)


Repository:
  rL LLVM

https://reviews.llvm.org/D46091





More information about the llvm-commits mailing list