NyuziToolchain icon indicating copy to clipboard operation
NyuziToolchain copied to clipboard

Add support for X-Ray instrumentation

Open jbush001 opened this issue 7 years ago • 0 comments

http://llvm.org/docs/XRay.html

Need to add code to backend to emit tables. In NyuziAsmBackend, handle TargetOpcode::PATCHABLE_FUNCTION_ENTER, PATCHABLE_FUNCTION_EXIT, and PATCHABLE_TAIL_CALL.

Depends on Issue #88 (compiler-rt support)

jbush001 avatar Jul 16 '17 23:07 jbush001