Skip to content

[Build] Update stale reference to abstract data type, fixing build errors#1344

Merged
bob80905 merged 1 commit into
llvm:mainfrom
bob80905:resolve_build_error
Jun 29, 2026
Merged

[Build] Update stale reference to abstract data type, fixing build errors#1344
bob80905 merged 1 commit into
llvm:mainfrom
bob80905:resolve_build_error

Conversation

@bob80905

Copy link
Copy Markdown
Contributor

This PR ports enumentry usages to enumstring/strings, a new data type introduced in upstream llvm.
Because the offload test suite referenced enumentry, a now-undefined data type, build errors would be seen.
This PR fixes this stale reference and uses the new intended replacement in LLVM upstream
Fixes #1343

Assisted by: Github Copilot

@bob80905 bob80905 merged commit 013ce93 into llvm:main Jun 29, 2026
28 of 29 checks passed
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.

Build failure: OffloadTest uses llvm::EnumEntry, which was removed upstream

3 participants