• Diego Caballero's avatar
    [MLIR] Clean up MLIR related CMake files (#3541) · f6425cbd
    Diego Caballero authored
    * [MLIR] Move MLIR compiler files to contrib/mlir/compiler
    
    We'll add contrib/mlir/tools directory in subsequent PRs for ngrpah-opt
    and other tools.
    
    * [MLIR] Clean up MLIR related CMake files
    
    This PR prepares the introduction of src/contrib/mlir/tools and LIT testing by
    refactoring and cleaning up the common part with src/contrib/mlir/compiler:
    
    - Common code for src/contrib/mlir/tools and src/contrib/mlir/compiler is
    moved to src/contrib/mlir/CMakeList.txt.
    - More generic code, common for src/contrib/mlir/* and LIT configuration
    files, is moved to cmake/external_mlir.cmake with pre-existing similar code.
    - Redundant environment var LLVM_DIR is removed in favor of LLVM_CMAKE_PATH.
    - Redundant cmake messages are removed.
    
    * Replacing LLVM_CMAKE_PATH with LLVM_DIR
    f6425cbd
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...