[PATCH] D29702: [XRay] Allow logging the first argument of a function call.

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 00:16:47 PST 2017


dberris requested changes to this revision.
dberris added inline comments.
This revision now requires changes to proceed.


================
Comment at: include/llvm/CodeGen/AsmPrinter.h:203-204
     TAIL_CALL = 2,
+    // 3 unused and available (custom logging?)
+    LOG_ARGS_ENTER = 4,
   };
----------------
As mentioned elsewhere, please use 3.


https://reviews.llvm.org/D29702





More information about the llvm-commits mailing list