Conversation
bf3d27c to
fcaf6ac
Compare
|
Why is this patch necessary? If Mesa needs the information specifically for spack, why is spack not providing it? |
@trws This isn't just for spack, it just came up in spack due to mesa not being able to check if llvm was a pre-release. This was specifically a problem for This is currently an open patch for llvm here and the corresponding dependent change in mesa here. Eventually patching these via spack will not be required, but doing so now will allow other issues that may arise related to the version mismatch in llvm to be handled correctly in the mean time. |
|
Ok, my point is that this is not in LLVM yet, it's not going to be back ported, so it's only going to work in older versions in spack right? As such, it might be better to either:
I don't understand how managing this patch in spack helps this process rather than complicates maintenance. |
No description provided.