Conversation
jkwak-work
left a comment
There was a problem hiding this comment.
Looks good to me.
Thanks for the fix.
I don't think our CI covers this part of changes.
I am not sure how to make sure it works?
|
@jkwak-work hmm, not sure what you mean; doesn't this get automatically built in CI? slang/.github/actions/common-setup/action.yml Lines 82 to 109 in 34840bb That gets used by most of our GitHub Actions workflows: Also: what LLVM version do we want to upgrade to? We could upgrade to 14 with this PR, but we could alternatively upgrade to 15 or 16 which already work on Linux and macOS (see my other PRs), just requiring what I'm guessing will be a small fix for Windows; or we could just try to go all the way to 20 since that's the newest version. Is there a particular reason for choosing an older version instead of a newer one? |
Oh. You are right. I forgot about that. |
Full set of mutually exclusive choices for upgrading LLVM: - shader-slang#8031 (you are here) - shader-slang#8035 - shader-slang#8036 - shader-slang#8034 - shader-slang#8038 - shader-slang#8039 - shader-slang#8033 Alternative to shader-slang#8028. Required some minor changes due to these upstream commits: - llvm/llvm-project@e463b69 - llvm/llvm-project@89b5706
Full set of mutually exclusive choices for upgrading LLVM:
Alternative to #8028. Required some minor changes due to these upstream commits: