-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Partially revert #147888 and print warning if LLVM CMake dir is missing when building Enzyme #150070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This PR modifies If appropriate, please update This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp. |
This comment has been minimized.
This comment has been minimized.
|
I updated the change_tracker when enabling it, so you should probably leave an update now that we disable it. |
I think that would be just unnecessary churn, people sometimes complain that we put too many changes there and then they ignore the report completely. I'd just put a note to the description of the previous PR that it was reverted. |
|
good to know, then r=me once ci is green. |
|
@bors r=ZuseZ4 |
Partially revert rust-lang#147888 and print warning if LLVM CMake dir is missing when building Enzyme Partially reverts rust-lang#147888, Enzyme cannot be build with `download-ci-llvm = true`. r? `@ZuseZ4`
Rollup of 4 pull requests Successful merges: - #150000 (Port `#[rustc_legacy_const_generics]` to use attribute parser ) - #150060 (autodiff: emit an error if we fail to find libEnzyme) - #150070 (Partially revert #147888 and print warning if LLVM CMake dir is missing when building Enzyme) - #150072 (Port #[no_link] to use attribute parser) r? `@ghost` `@rustbot` modify labels: rollup
Partially reverts #147888, Enzyme cannot be build with
download-ci-llvm = true.r? @ZuseZ4