[scalehls-clang] Remove from the repo

This commit is contained in:
Hanchen Ye 2022-01-21 03:20:58 -06:00
parent 153941cd33
commit 1845c3f60f
3 changed files with 0 additions and 1417 deletions

View File

@ -1,4 +1,3 @@
add_subdirectory(pyscalehls)
# add_subdirectory(scalehls-clang)
add_subdirectory(scalehls-opt)
add_subdirectory(scalehls-translate)

View File

@ -1,17 +0,0 @@
get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
get_property(conversion_libs GLOBAL PROPERTY MLIR_CONVERSION_LIBS)
add_llvm_tool(scalehls-clang
scalehls-clang.cpp
)
llvm_update_compile_flags(scalehls-clang)
target_link_libraries(scalehls-clang
PRIVATE
${dialect_libs}
clangFrontend
clangTooling
clangBasic
)

File diff suppressed because it is too large Load Diff