Uh oh!
There was an error while loading. Please reload this page.
GH-146210: Fix building the jit stencils on Windows when the interpreter is built with a different clang version - #146338
Conversation
interpreter is built with a different clang version.
savannahostrowski
left a comment
There was a problem hiding this comment.
Thanks for taking a look at this!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Savannah Ostrowski <savannah@python.org>
Uh oh!
There was an error while loading. Please reload this page.
…terpreter is built with a different clang version (python#146338) Co-authored-by: Savannah Ostrowski <savannah@python.org>
By dropping the environment variable
INCLUDEwhen building the jit stencils. Since this is Windows specific, this is only done on Windows.