[PATCH] D49025: [XRay] basic mode PID and TID always fetch

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 14:42:10 PST 2018


dberris added a comment.

Aha! Right, I think the test is wrong indeed. We shouldn't be assuming that the tid == pid in the test, when recording the first argument for the thread id, and rather be calling the correct function for getting the thread id all the time.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49025





More information about the llvm-commits mailing list