[clang] [compiler-rt] [XRay] Add support for instrumentation of DSOs on x86_64 (PR #90959)
Brian Cain via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 3 14:12:36 PDT 2024
================
@@ -367,7 +420,7 @@ XRayPatchingStatus mprotectAndPatchFunction(int32_t FuncId,
return XRayPatchingStatus::FAILED;
}
- // Here we compute the minimum sled and maximum sled associated with a
+ // Here we compute the minumum sled and maximum sled associated with a
----------------
androm3da wrote:
This change has a typo - `minimum` from the baseline was correct as-is.
https://github.com/llvm/llvm-project/pull/90959
More information about the cfe-commits
mailing list