[PATCH] D53551: [XRay] Support generational buffers in FDR controller

Marcus Boerger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 20:44:55 PDT 2018


mboerger added inline comments.


================
Comment at: compiler-rt/lib/xray/tests/unit/fdr_controller_test.cc:253
+
+  // We expect that we'll only be able to find the function exit event, but not
+  // the function enter event, since we only have information about the new
----------------
s/we'll/we will/


https://reviews.llvm.org/D53551





More information about the llvm-commits mailing list