mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 06:26:36 +00:00

Adds the runtime support routines for XRay on SystemZ. Only function entry/exit is implemented. The original PR 113252 was reverted due to errors caused by adding DSO support to XRay. This PR is the original implementation with the changed function signatures. I'll add an implementation with DSO support later.