Skip to content

OffloadMigration: Fix -Wchanges-meaning errors from newer GCC#1352

Open
MarijnS95 wants to merge 1 commit into
llvm:mainfrom
Traverse-Research:gcc-fix
Open

OffloadMigration: Fix -Wchanges-meaning errors from newer GCC#1352
MarijnS95 wants to merge 1 commit into
llvm:mainfrom
Traverse-Research:gcc-fix

Conversation

@MarijnS95

Copy link
Copy Markdown
Collaborator

Simply shorten the field names from Buffer -> Buf and Texture -> Tex so that they no longer conflict with the same type name, allowing the framework to be compiled once again. A similar issue was fixed earlier in #1095.

@MarijnS95 MarijnS95 requested a review from manon-traverse July 1, 2026 08:54
Comment thread lib/Support/OffloadMigration.cpp Outdated
Simply shorten the field names from `Buffer` -> `Buf` and `Texture` ->
`Tex` so that they no longer conflict with the same type name, allowing
the framework to be compiled once again.
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.

3 participants