Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Add HIP_CLANG_LAUNCHER for caching#148

Closed
GZGavinZhao wants to merge 1 commit intoROCm:developfrom
GZGavinZhao:hip-clang-launcher
Closed

Add HIP_CLANG_LAUNCHER for caching#148
GZGavinZhao wants to merge 1 commit intoROCm:developfrom
GZGavinZhao:hip-clang-launcher

Conversation

@GZGavinZhao
Copy link

Fixes ROCm/llvm-project#72.

This allows Clang to be called through a compiler wrapper/launcher. This is most commonly used to run clang through a compiler launcher that can cache compilations, such as ccache and sccache, to allow caching of compilation artifacts.

For a more detailed motivation and description, please see ROCm/ROCm#2817.

Signed-off-by: Gavin Zhao <git@gzgz.dev>
@kzhuravl
Copy link
Collaborator

Hello, thank you for your contribution! This project is in maintenance mode and is not accepting PRs. We are planning to archive this project next week.

Would you be able to move your PR to https://github.com/ROCm/llvm-project? hipcc is located in https://github.com/ROCm/llvm-project/tree/amd-staging/amd/hipcc (it should be the same).

@kzhuravl
Copy link
Collaborator

Hello, thank you for your contribution! This project is in maintenance mode and is not accepting PRs. We are planning to archive this project next week.

Would you be able to move your PR to https://github.com/ROCm/llvm-project? hipcc is located in https://github.com/ROCm/llvm-project/tree/amd-staging/amd/hipcc (it should be the same).

If not, let me know, I can help with that. Thanks again!

@GZGavinZhao
Copy link
Author

No problem, moved to ROCm/llvm-project#14.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Support executing Clang through a wrapper/launcher for caching

2 participants