Typed event patching is implemented for x86-64, but functions must
be defined for other arches.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D45749
[XRay][compiler-rt] Add noop patch functions for unsupported arches. ClosedPublic Authored by kpw on Apr 17 2018, 4:20 PM.
Details Summary Typed event patching is implemented for x86-64, but functions must
Diff Detail
Event TimelineHerald added subscribers: Restricted Project, delcypher, javed.absar, nemanjai. · View Herald TranscriptApr 17 2018, 4:20 PM This revision is now accepted and ready to land.Apr 17 2018, 4:21 PM Closed by commit rL330231: [XRay][compiler-rt] Add noop patch functions for unsupported arches. (authored by kpw). · Explain WhyApr 17 2018, 4:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 142863 compiler-rt/trunk/lib/xray/xray_AArch64.cc
compiler-rt/trunk/lib/xray/xray_arm.cc
compiler-rt/trunk/lib/xray/xray_mips.cc
compiler-rt/trunk/lib/xray/xray_mips64.cc
compiler-rt/trunk/lib/xray/xray_powerpc64.cc
|