[llvm] [Offload] Generate `OffloadTypedGetInfo.inc` (PR #168615)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 09:42:42 PST 2025
jhuber6 wrote:
I'm a little hesitant to put more tablegen complexity in. We already have a problem that this tablegen dependency completely blocks us from cross-compiling this runtime and we'll need to do something about that eventually. Though I see the desire for keeping this up-to-date with the others. So, we should be able to already verify that the *size* is correct by querying it first, but you're concerned about the type. I'm not sure if this will be a very common failure as we don't use single value that's a float yet
https://github.com/llvm/llvm-project/pull/168615
More information about the llvm-commits
mailing list