Currently OpenCRun build machinery derives from the one of the LLVM sample projects, which is based on Makefiles.
The LLVM project provides other two build tools:
The first is used to describe the project, while the second is an alternative to Makefiles.
OpenCRun build system should be ported to LLVMBuild/CMake to match LLVM coding/building conventions.
Currently OpenCRun build machinery derives from the one of the LLVM sample projects, which is based on Makefiles.
The LLVM project provides other two build tools:
The first is used to describe the project, while the second is an alternative to Makefiles.
OpenCRun build system should be ported to LLVMBuild/CMake to match LLVM coding/building conventions.