You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
We have a second implementation - quantum__rt__message, that is not visible outside.
qsharp-runtime
Make __quantum__rt__message visible.
Replace the implementation of void quantum__rt__message(QirString* msg) with the implementation of void quantum__qis__message__body(QirString* qstr).
qsharp_compiler
Change the compiler to call __quantum__rt__message instead of __quantum__qis__message__body.
qsharp-runtime
Remove __quantum__qis__message__body (and everything that is called from it only).