mirror of https://github.com/llvm/torch-mlir
run_lit.sh: build all the things
npcomp-capi-ir-test was missing, causing the tests to fail if it wasn't built. Just build everything instead.pull/84/head
parent
87b6bc305a
commit
ebb3c90355
|
@ -33,5 +33,5 @@ done
|
|||
|
||||
set -x
|
||||
cd $build_dir
|
||||
ninja npcomp-opt npcomp-run-mlir NPCOMPCompilerRuntimeShlib NPCOMPNativePyExt
|
||||
ninja
|
||||
cd test && python3 "$lit_exe" ${lit_args[@]}
|
||||
|
|
Loading…
Reference in New Issue