Skip to content

Emit more information during build

Tamir Duberstein requested to merge (removed):llvm-config-more-info into main

Emit the "llvm-config" invocation that was used and its output, and remember to use cargo:warning= so that random prints actually make it to the user.

Plumb the path to llvm-config around rather than holding it in a static. Remove various unused generics.

Merge request reports