arcana-lab / noelle

NOELLE Offers Empowering LLVM Extensions
MIT License
75 stars 36 forks source link

Repl: exclude the build of repl pass for a quick fix #73

Closed yiansu closed 1 year ago

yiansu commented 1 year ago

The dependence of readline library required by the repl pass is blocking building of noelle on systems without readline library. This is a quick fix for now.

A long term fix would be to emit warnings if the readline library isn't find without blocking the noelle's build process.

tommymcm commented 1 year ago

I forget if anyone uses this CMake entry, but can you also remove this line for completeness. https://github.com/arcana-lab/noelle/blob/55c05908211c3360b5d390d4a4be2c68e5fd64c3/src/tools/CMakeLists.txt#L47