[PATCH] D13729: [TSAN, PowerPC] Setjmp/longjmp handling for PowerPC
Bill Schmidt via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 5 06:53:16 PST 2015
wschmidt added a comment.
I forgot to mention that I now have separate ways of materializing the TOC pointer for BE and LE. For BE, the TOC can be materialized from an offset of 8 from the beginning of the OPD, where the OPD is equivalent to the function address. For LE, all supported binutils define the .TOC. symbol, so that method can be used instead.
Simone, can you please test this assembly code on the machine where you were having difficulty with the previous patch?
Repository:
rL LLVM
http://reviews.llvm.org/D13729
More information about the llvm-commits
mailing list