www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - FYI: MLIR is now part of LLVM repo

Hi all,
   MLIR landed in the LLVM project repository today: 
https://github.com/llvm/llvm-project/tree/master/mlir

You can enable it by:
  `cmake -DLLVM_ENABLE_PROJECTS="mlir" ......`

cheers,
   Johan
Dec 24 2019