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

Integrate LLVM at llvm/llvm-project@0230d63b4a8b #2752

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

sdasgup3
Copy link
Member

@sdasgup3 sdasgup3 commented Mar 19, 2025

Other than the usual integration, this PR also addresses the followings:

  1. Disables certain build and tests for Fix TOSA related breakages #2751.

In stablehlo/conversions/tosa/transforms/CMakeLists.txt, just commenting the problematic files is not enough because

 LLVM's build system enforces that all source files are added to a build target

Hence we added add PARTIAL_SOURCES_INTENDED to the target specification, though it is discouraged.

  1. Fixes build_tools/integrate/llvm_bump_revision.sh to account for unset value of $1 as enforced by set -o nounset

@sdasgup3 sdasgup3 requested a review from GleasonK March 19, 2025 23:01
@sdasgup3 sdasgup3 force-pushed the integrate-03-19 branch 2 times, most recently from 77eb76b to 06fa957 Compare March 19, 2025 23:58
@sdasgup3 sdasgup3 merged commit 66f90d5 into openxla:main Mar 20, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants