I have some problem to build rustc 1.65 version with calng version 14.0.6
I want to build the rustc 1.65 version to cloning rustc-1.65-repository(https://github.com/rust-lang/rust.git
)
Then, build rustc with ./x.py build
with llvm-project. In this situation, I want to build llvm-project related to clang 14.0.6 during rustc builld.
Then, any solution to build llvm-project related clang 14.0.6??
I guess that modifiy config.toml file to build rustc but I have no insight to build clang.
Have a nice day