Skip to content
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

chore(llvm): Build the whole LLVM stack together #43362

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

EyeCantCU
Copy link
Member

This PR refactors LLVM 19 and all of its components to build together within the same stack increasing maintainability

Other runtimes we previously built have been added as well (sans OpenMP for now due to issues with OpenSSF flags - we need to build Clang with those). This also introduces Clang's compiler runtime

Finally, libraries that are ABI compatible and share a consistent version between releases of LLVM are now built in the stack. Virtual provides have been added for compatibility, but will be progressively phased out

This PR refactors LLVM 19 and all of its components to build together
within the same stack increasing maintainability

Other runtimes we previously built have been added as well (sans OpenMP
for now due to issues with OpenSSF flags - we need to build Clang with
those). This also introduces Clang's compiler runtime

Finally, libraries that are ABI compatible and share a consistent
version are now built in the stack. Virtual provides have been added for
compatibility, but will be progressively phased out

Signed-off-by: RJ Sampson <[email protected]>
@EyeCantCU EyeCantCU changed the title feat(llvm): Build the whole LLVM stack together chore(llvm): Build the whole LLVM stack together Feb 21, 2025
These depend on clang-extras. See if all's well with the latest utils

Signed-off-by: RJ Sampson <[email protected]>
@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant