Skip to content

Add modified runtimes back to runtimes_to_{test|build} #145805

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 2 commits into from
Jun 25, 2025

Conversation

amykhuang
Copy link
Collaborator

@amykhuang amykhuang commented Jun 25, 2025

Add libc back into the runtimes_to_test since other runtimes were removed.

@amykhuang amykhuang requested a review from boomanaiden154 June 25, 2025 22:52
Copy link
Contributor

@boomanaiden154 boomanaiden154 left a comment

Choose a reason for hiding this comment

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

I forgot about the libc case here. We should probably have a test in compue_projects_test specifically for libc. We have this purposefully disabled for libcxx because they have their own premerge and it was disabled previously, although I've been meaning to put up a patch to enable it at some point soon.

For libc specifically I think it would be best to solve this by just adding an entry for libc in DEPENDENT_RUNTIMES_TO_TEST, just mapping libc to libc. You might also need to setup the dependencies so that clang gets built. A new unittest would also be great.

@amykhuang
Copy link
Collaborator Author

Oh, ok, good to know. looks like dependencies for libc are already set to clang;lld.

@amykhuang amykhuang merged commit a5baf53 into llvm:main Jun 25, 2025
5 of 7 checks passed
anthonyhatran pushed a commit to anthonyhatran/llvm-project that referenced this pull request Jun 26, 2025
Add libc back into the runtimes_to_test since other runtimes were
removed.
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