mlir-standalone-template
mlir-standalone-template copied to clipboard
Update build instructions to use `lit` instead of `llvm-lit`
From a few threads, I've gathered that llvm-lit
is not the most common binary to use for testing, but instead to use lit
(installed via pip install lit
).
Should the build instructions be updated so that LLVM_EXTERNA_LIT
points at lit
?
This sounds like a reasonable change to me. Would you mind providing a link to where you got that info from, and opening a PR to fix the issue?