[llvm-commits] [patch] Identifying code sections in MCJIT

Tim Northover t.p.northover at gmail.com
Thu Dec 13 04:24:54 PST 2012


> However, I have rather limited access to MachO hardware, and even less
> experience with it so we could really do with an expert weighing in
> here. It may well be that the current implementation of isText is good
> enough for all supported MachO uses, or at least as good as checking
> the first symbol encountered in a section.

Well, I have managed to dig up an OSX machine, and at least the
regression tests on MachO seem to be unaffected by this change. Which
suggests that if it does cause problems it's more likely to be
somewhere people don't care about.

Tim.



More information about the llvm-commits mailing list