| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| file(GLOB globbed *.c *.cpp) | ||
| add_llvm_library(MLIRIR | ||
| ${globbed} | ||
|
|
||
| ADDITIONAL_HEADER_DIRS | ||
| ${MLIR_MAIN_INCLUDE_DIR}/mlir/IR | ||
|
|
||
| LINK_LIBS | ||
| MLIRSupport | ||
| LLVMSupport | ||
| ${LLVM_PTHREAD_LIB} | ||
| ) | ||
| add_dependencies(MLIRIR | ||
| MLIRCallOpInterfacesIncGen | ||
| MLIROpAsmInterfacesIncGen | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| add_llvm_library(MLIRParser | ||
| Lexer.cpp | ||
| Parser.cpp | ||
| Token.cpp | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| file(GLOB globbed *.c *.cpp) | ||
| add_llvm_library(MLIRPass | ||
| ${globbed} | ||
|
|
||
| ADDITIONAL_HEADER_DIRS | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| add_llvm_library(MLIRTranslation | ||
| Translation.cpp | ||
|
|
||
| ADDITIONAL_HEADER_DIRS | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,6 @@ target_link_libraries(mlir-sdbm-api-test | |
| PRIVATE | ||
| MLIRIR | ||
| MLIRSDBM | ||
| LLVMCore | ||
| LLVMSupport | ||
| ) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,4 @@ target_link_libraries(mlir-cpu-runner PRIVATE | |
| MLIRSupport | ||
| LLVMCore | ||
| LLVMSupport | ||
| ) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,6 @@ set(LLVM_OPTIONAL_SOURCES | |
|
|
||
| set(LIB_LIBS | ||
| MLIRAnalysis | ||
| MLIRLLVMIR | ||
| MLIROptLib | ||
| MLIRParser | ||
|
|
||