[PATCH] D14780: Add calling convention for C++ TLS on Darwin

Manman Ren via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 19:42:02 PST 2015


manmanren added a comment.

In http://reviews.llvm.org/D14780#299119, @silvas wrote:

> Small question: how Darwin-specific is this? Should it be `darwin_cxx_tlscc` or do you expect other platforms to use it?


This is currently specific to Darwin. I don't see another example of putting the platform in the name of a calling convention. But I can be convinced :]


Repository:
  rL LLVM

http://reviews.llvm.org/D14780





More information about the llvm-commits mailing list