From 41aa562fb48aa11f1d30badf278cc9fb00ff80bd Mon Sep 17 00:00:00 2001 From: Sambhav Jain Date: Sat, 13 Aug 2022 07:13:56 -0700 Subject: [PATCH] s/external/externals/g (#1222) Fix remaining instances of `external/llvm-project`. --- .gitmodules | 2 +- python/torch_mlir/csrc/reference_lazy_backend/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c62e461c9..81c66a441 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -[submodule "external/llvm-project"] +[submodule "externals/llvm-project"] path = externals/llvm-project url = https://github.com/llvm/llvm-project.git [submodule "externals/mlir-hlo"] diff --git a/python/torch_mlir/csrc/reference_lazy_backend/CMakeLists.txt b/python/torch_mlir/csrc/reference_lazy_backend/CMakeLists.txt index 7340890d9..9c4526ad1 100644 --- a/python/torch_mlir/csrc/reference_lazy_backend/CMakeLists.txt +++ b/python/torch_mlir/csrc/reference_lazy_backend/CMakeLists.txt @@ -18,7 +18,7 @@ find_package(Torch 1.11 REQUIRED) # Setup Python development ########################################################################### -list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/external/llvm-project/mlir/cmake/modules") +list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/externals/llvm-project/mlir/cmake/modules") include(MLIRDetectPythonEnv) mlir_configure_python_dev_packages()