-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep unmangled fully qualified function name in cir.func #824
Comments
I usually pipe the output into |
Ouch, actually |
LLVM has |
This looks like a great idea and it looks like it even works 😄 llvm/llvm-project#111871 |
CIR code with a lot of functions is difficult to read & debug because of the mangling names.
If the unmangled fully qualified function name is an attribute of
cir.func
, it can be displayed in IDE/editors for example by a hoover with usual LSP tooling.The text was updated successfully, but these errors were encountered: