Skip to content

[libclc] Fix build with Unix Makefiles #89147

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

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

frasercrmck
Copy link
Contributor

Commit #87622 broke the build. Ninja was happy with creating the output directories as necessary, but Unix Makefiles isn't. Ensure they are always created.

Fixes #88626.

@frasercrmck frasercrmck requested review from arsenm and tstellar April 17, 2024 21:30
Commit llvm#87622 broke the build. Ninja was happy with creating the output
directories as necessary, but Unix Makefiles isn't. Ensure they are
always created.

Fixes llvm#88626.
@frasercrmck frasercrmck force-pushed the fix-libclc-unix-makefiles branch from 7bd2001 to 0f102a2 Compare April 18, 2024 06:03
@frasercrmck frasercrmck merged commit e614e03 into llvm:main Apr 22, 2024
@frasercrmck frasercrmck deleted the fix-libclc-unix-makefiles branch April 22, 2024 08:51
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

Successfully merging this pull request may close these issues.

[libclc] [trunk] unable to open output file obj.libclc.dir/tahiti-amdgcn--/generic/lib/workitem/get_global_id.cl.o': 'No such file or directory'
2 participants