[PATCH] D46998: [XRay][compiler-rt] Limit reliance on C++ ABI features

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 03:04:38 PDT 2018


dberris planned changes to this revision.
dberris added a comment.

It turns out it's not that bad to actually just go and remove the dependency to C++ ABI specific requirements in the XRay implementation, so I'll continue down this path and remove as much of the interface as possible. In particular, the remaining issues are now in the FDR implementation, and we should be able to continue refactoring that to remove the C++ ABI dependencies in a similar fashion there.


https://reviews.llvm.org/D46998





More information about the llvm-commits mailing list