[PATCH] D39005: [OpenMP] Clean up variable and function names for NVPTX backend

Justin Lebar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 18 08:53:47 PDT 2017


jlebar added a comment.

> The first question that comes to mind is what is the link between data layout and name mangling conventions?

I pulled up http://llvm.org/doxygen/classllvm_1_1DataLayout.html and searched for "mangling" -- presumably this is what they were referring to.  We also don't need to speculate, rnk still works on LLVM.  :)


Repository:
  rL LLVM

https://reviews.llvm.org/D39005





More information about the cfe-commits mailing list