Skip to content

[CMake][NFC] Remove dead code add_llvm_external_project(libclc)#21947

Open
wenju-he wants to merge 1 commit intointel:syclfrom
wenju-he:delete-dead-code-add_llvm_external_project-libclc
Open

[CMake][NFC] Remove dead code add_llvm_external_project(libclc)#21947
wenju-he wants to merge 1 commit intointel:syclfrom
wenju-he:delete-dead-code-add_llvm_external_project-libclc

Conversation

@wenju-he
Copy link
Copy Markdown
Contributor

@wenju-he wenju-he commented May 7, 2026

It was added in 7a9a425.
libclc has now switched to runtime build.

It was added in 7a9a425.
libclc has now switched to runtime build.
@wenju-he wenju-he requested a review from a team as a code owner May 7, 2026 05:25
@wenju-he wenju-he changed the title [libclc][NFC] Remove dead code add_llvm_external_project(libclc) [CMake][NFC] Remove dead code add_llvm_external_project(libclc) May 7, 2026
Copy link
Copy Markdown
Contributor

@maksimsab maksimsab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any blockers for that.

@maksimsab
Copy link
Copy Markdown
Contributor

libclc has now switched to runtime build.

What is runtime build?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

@intel/llvm-gatekeepers please consider merging

@wenju-he
Copy link
Copy Markdown
Contributor Author

wenju-he commented May 8, 2026

libclc has now switched to runtime build.

What is runtime build?

It was previously built as a llvm project (built using host compiler). Now it is built as a llvm runtime (built using just-built clang), see -DRUNTIMES_{target}_LLVM_ENABLE_RUNTIMES=libclc and -DLLVM_RUNTIME_TARGETS={}".format(runtime_targets) at

llvm/buildbot/configure.py

Lines 232 to 237 in 4115fc0

f"-DRUNTIMES_{target}_LLVM_ENABLE_RUNTIMES=libclc",
]
)
cmake_cmd.extend(
[
"-DLLVM_RUNTIME_TARGETS={}".format(runtime_targets),

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.

2 participants