[PATCH] D19542: [sanitizers] [NFC] Add defines for the various PowerPC
Marcin KoĆcielnicki via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 11:28:27 PDT 2016
koriakin added a comment.
In http://reviews.llvm.org/D19542#412442, @eugenis wrote:
> Thanks for the explanation. Maybe add a short comment with this info near the macro definitions. Is it true that in V2 ABI function pointers are simple code pointers?
I'll add a comment. Yeah, in v2 (or 32-bit ppc, for that matter) function pointers are plain old code pointers, like on most architectures.
Repository:
rL LLVM
http://reviews.llvm.org/D19542
More information about the llvm-commits
mailing list