Dist Enzyme for macOS with unversioned LLVM dylib#151063
Dist Enzyme for macOS with unversioned LLVM dylib#151063sgasho wants to merge 6 commits intorust-lang:mainfrom
Conversation
|
@bors delegate try |
|
Unknown command "delegate". Run |
|
Hmm, not sure about the exact syntax, but delegate itself should have been recognized, maybe not ported to the new bots yet? I'll let Jakub handle it. @bors try jobs=dist-aarch64-apple |
This comment has been minimized.
This comment has been minimized.
Add dist step for enzyme, including aarch64-apple-darwin try-job: dist-aarch64-apple
|
@bors delegate=try |
|
✌️ @sgasho, you can now perform try builds on this pull request! You can now post |
|
☔ The latest upstream changes (presumably #150541) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@bors try jobs=dist-aarch64-apple |
This comment has been minimized.
This comment has been minimized.
30f87bc to
31d3fde
Compare
|
@bors try jobs=dist-aarch64-apple |
This comment has been minimized.
This comment has been minimized.
Add dist step for enzyme, including aarch64-apple-darwin try-job: dist-aarch64-apple
This comment has been minimized.
This comment has been minimized.
bc7b483 to
98144d4
Compare
|
@bors try jobs=dist-aarch64-apple |
This comment has been minimized.
This comment has been minimized.
Add dist step for enzyme, including aarch64-apple-darwin try-job: dist-aarch64-apple
|
💔 Test for 2c9be7e failed: CI. Failed job:
|
Dist Enzyme for macOS with unversioned LLVM dylib try-job: dist-aarch64-apple
|
💔 Test for d9e7df3 failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
|
@bors try jobs=dist-aarch64-apple |
This comment has been minimized.
This comment has been minimized.
Dist Enzyme for macOS with unversioned LLVM dylib try-job: dist-aarch64-apple
|
💔 Test for aac8c8c failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
|
@bors try jobs=dist-aarch64-apple |
This comment has been minimized.
This comment has been minimized.
Dist Enzyme for macOS with unversioned LLVM dylib try-job: dist-aarch64-apple
…zyme build" This reverts commit b483e2f.
|
@bors try jobs=dist-aarch64-apple |
This comment has been minimized.
This comment has been minimized.
Dist Enzyme for macOS with unversioned LLVM dylib try-job: dist-aarch64-apple
|
@bors try jobs=dist-aarch64-apple |
This comment has been minimized.
This comment has been minimized.
Dist Enzyme for macOS with unversioned LLVM dylib try-job: dist-aarch64-apple
|
(please feel free to ping Ralf jung whenever you think you have an artifact that you think should work for them) |
|
@RalfJung |
|
Nice, it seems like Miri passed. Can you please run some (or all if not too slow) of the UI or pretty tests a few times under the old and new tool chain? I'd expect a diff to be more noise than anything based on what was discussed previously, but we should confirm that the diff isn't too big. Just post all times, but the minimal times are likely the most relevant ones. |
| @@ -72,7 +75,8 @@ pub fn walk_native_lib_search_dirs<R>( | |||
| || sess.target.os == Os::Linux | |||
There was a problem hiding this comment.
The comment above needs to be updated with an explanation for why we also do this for macOS+libLLVM.dylib.
View all comments
Follow-up to #152768.