Partially revert #147888 and print warning if LLVM CMake dir is missing when building Enzyme#150070
Partially revert #147888 and print warning if LLVM CMake dir is missing when building Enzyme#150070bors merged 2 commits intorust-lang:mainfrom
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