User Details
User Details
- User Since
- Mar 8 2023, 2:52 PM (12 w, 20 h)
Mar 9 2023
Mar 9 2023
ozkanonur added a comment to D145619: extend llvm variables for build flexibility.
We've generally tried to move away from the direction of having CMake variables to include/exclude parts of the build, and instead encourage users to only build the specific targets they need instead of the all target. LLVM's CMake has support for distributions to make that more ergonomic. LLVM also exports its targets, so Rust could import them and add a dependency on them directly. Do either of those work for you?
Mar 8 2023
Mar 8 2023
ozkanonur requested review of D145619: extend llvm variables for build flexibility.