Skip to content

"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

Closed
llvmbot opened this issue Jan 14, 2004 · 1 comment
Closed

"make install" for bytecodes should make bytecode-libs dir #580

llvmbot opened this issue Jan 14, 2004 · 1 comment

Comments

@llvmbot
Copy link
Member

llvmbot commented Jan 14, 2004

Bugzilla Link 208
Resolution FIXED
Resolved on Apr 13, 2014 10:14
Version trunk
OS All
Reporter LLVM Bugzilla Contributor

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.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 1, 2021
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant