build system should not build llvm when target is not using the jit
Open
build
jit
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
currently, running tests with `compare: none` or `compare: interpreter` (like `//xls/examples:delay_test`) trigger a full build of llvm: that shouldn't be necessary as none of the jit code paths are exercised when those options are passed.
Contributor guide
Assessment
This issue has not been assessed yet.