[PATCH] D48370: [XRay][llvm] Load XRay Profiles

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 6 21:30:50 PDT 2018


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

Turns out that a move-only type and how we're using this is problematic in some older non-clang compiler. Instead of relying on defaults, I'll implement the semantics that we need for copy to work even if it's much more expensive.


Repository:
  rL LLVM

https://reviews.llvm.org/D48370





More information about the llvm-commits mailing list