Move cmake

This commit is contained in:
William S. Moses 2021-12-09 15:05:56 -05:00 committed by William Moses
parent ce76680ee9
commit 9358717bb4
171 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ jobs:
fetch-depth: 1
- uses: DoozyX/clang-format-lint-action@v0.11
with:
exclude: './mlir-clang/Test ./test'
exclude: './tools/mlir-clang/Test ./test'
clangFormatVersion: 11
style: llvm

View File

@ -76,7 +76,6 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
include(sanitizers)
add_subdirectory(include)
add_subdirectory(mlir-clang)
add_subdirectory(lib)
add_subdirectory(tools)
add_subdirectory(test)

View File

@ -1 +1,2 @@
add_subdirectory(polygeist-opt)
add_subdirectory(mlir-clang)

Some files were not shown because too many files have changed in this diff Show More