You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLVM / MLIR / CIRCT is using cmake as the main build infrastructure.
When node-circt or binging become an integral part of llvm/circt repo. What is the right build solution?
The text was updated successfully, but these errors were encountered:
NodeJS typically use
node-gyp
build tool to compile Native node Addons: https://github.com/nodejs/node-gypA second option recommended by NodeJS lately is
cmake-js
https://github.com/cmake-js/cmake-jsBoth options well supported, tested and recommended by NAPI https://nodejs.org/api/n-api.html#n_api_build_tools
LLVM / MLIR / CIRCT is using
cmake
as the main build infrastructure.When
node-circt
or binging become an integral part ofllvm/circt
repo. What is the right build solution?The text was updated successfully, but these errors were encountered: