[PATCH] D25927: [cfi] Implement cfi-icall using inline assembly.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 18:03:02 PST 2016


echristo accepted this revision.
echristo added a comment.

Since my Mangler/TLOF work isn't finished yet, for now go ahead with this. A couple of requests: a) add a comment/assert that global symbols aren't allowed (we don't want to collide with others) and b) that we should be using the one off of TLOF if possible.

Thanks!

-eric


Repository:
  rL LLVM

https://reviews.llvm.org/D25927





More information about the llvm-commits mailing list