96da04403d
rustc_llvm compiles llvm-wrapper/*.cpp, which include "llvm/Config/llvm-config.h". Those headers ship in the .dev package, and rust-native listed only llvm-native and llvm-native.runtime, so the build failed with LLVMWrapper.h:6:10: fatal error: llvm/Config/llvm-config.h: No such file or directory even though the header was staged at llvm-native/target/<triple>/stage.dev/usr/include/. recipes/dev/rust declares the equivalent llvm21.dev for the same reason. Latent because rust-native was commented out of the config and had never been built.