Displaying 2 results from an estimated 2 matches for "dllvm_external_mlir_source_dir".
2019 Nov 15
5
MLIR landing in the monorepo
...o
bring the MLIR history into the monorepo, here is a prototype:
https://github.com/joker-eph/llvm-project-with-mlir
If you're curious to try it, at the moment it needs a specific CMake
invocation:
cmake -G Ninja ../llvm/ -DLLVM_TARGETS_TO_BUILD="host"
-DLLVM_EXTERNAL_PROJECTS=mlir -DLLVM_EXTERNAL_MLIR_SOURCE_DIR={path to
repo}/mlir/
We'll hook into -DLLVM_ENABLE_PROJECTS after landing.
Let me know if you have any comment about this!
Cheers,
--
Mehdi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191115/3cc8...
2019 Nov 15
4
MLIR landing in the monorepo
...prototype:
> https://github.com/joker-eph/llvm-project-with-mlir
> >
> > If you're curious to try it, at the moment it needs a specific CMake
> invocation:
> >
> > cmake -G Ninja ../llvm/ -DLLVM_TARGETS_TO_BUILD="host"
> -DLLVM_EXTERNAL_PROJECTS=mlir -DLLVM_EXTERNAL_MLIR_SOURCE_DIR={path to
> repo}/mlir/
> >
> > We'll hook into -DLLVM_ENABLE_PROJECTS after landing.
> >
> > Let me know if you have any comment about this!
> >
> > Cheers,
> >
> > --
> > Mehdi
> >
> > ________________________________________...