[clang] [compiler-rt] [XRay] Add support for instrumentation of DSOs on x86_64 (PR #90959)

Dean Michael Berris via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 9 17:52:44 PDT 2024


================
@@ -97,27 +97,50 @@ enum XRayPatchingStatus {
 /// for possible result values.
 extern XRayPatchingStatus __xray_patch();
 
+extern XRayPatchingStatus __xray_patch_object(int32_t ObjId);
----------------
deanberris wrote:

Non-blocking: Is it possible to provide documentation to this and other added functions?

https://github.com/llvm/llvm-project/pull/90959


More information about the cfe-commits mailing list