-
Notifications
You must be signed in to change notification settings - Fork 13.4k
"make install" for bytecodes should make bytecode-libs dir #580
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
Comments
pysuxing
pushed a commit
to pysuxing/llvm-project
that referenced
this issue
Jul 17, 2024
Do not print in cir.func definition the 'attr { ... }' with coroutine or lambda attributes since they are already printed before the function name. Otherwise redundancy breaks a future parsing. Sort the attributes to be skipped so it is more obvious to see the list of attributes. Improve the tests to check there are no spurious attributes anymore.
pysuxing
pushed a commit
to pysuxing/llvm-project
that referenced
this issue
Jul 17, 2024
Do not print in cir.func definition the 'attr { ... }' with coroutine or lambda attributes since they are already printed before the function name. Otherwise redundancy breaks a future parsing. Sort the attributes to be skipped so it is more obvious to see the list of attributes. Improve the tests to check there are no spurious attributes anymore.
keryell
added a commit
to keryell/llvm-project
that referenced
this issue
Oct 19, 2024
Do not print in cir.func definition the 'attr { ... }' with coroutine or lambda attributes since they are already printed before the function name. Otherwise redundancy breaks a future parsing. Sort the attributes to be skipped so it is more obvious to see the list of attributes. Improve the tests to check there are no spurious attributes anymore.
xlauko
pushed a commit
to trailofbits/instafix-llvm
that referenced
this issue
Mar 28, 2025
Do not print in cir.func definition the 'attr { ... }' with coroutine or lambda attributes since they are already printed before the function name. Otherwise redundancy breaks a future parsing. Sort the attributes to be skipped so it is more obvious to see the list of attributes. Improve the tests to check there are no spurious attributes anymore.
searlmc1
pushed a commit
to ROCm/llvm-project
that referenced
this issue
Apr 8, 2025
To facilitate OpenCL Kernel to Kernel call, we emit a stub version of each kernel function body with different name mangling scheme, and replaces the respective kernel call-sites appropriately. Corresponding upstream PR llvm#115821 Fixes https://ontrack-internal.amd.com/browse/SWDEV-245936
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extended Description
Currently if you make install in llvm/runtime, make aborts with an error if you
haven't already created the directory $(LLVMGCCDIR)/bytecode-libs. This is dumb;
we should make the directory and keep on going.
The text was updated successfully, but these errors were encountered: