File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
# has a dependance on MLIRIR, which must depend on libLLVM.so). This works
9
9
# in this special case because this library is static.
10
10
11
- llvm_add_library (LLVMMLIRTableGen STATIC
11
+ llvm_add_library (MLIRTableGen STATIC
12
12
Argument.cpp
13
13
Attribute.cpp
14
14
Constraint.cpp
@@ -32,4 +32,4 @@ llvm_add_library(LLVMMLIRTableGen STATIC
32
32
${MLIR_MAIN_INCLUDE_DIR} /mlir/TableGen
33
33
)
34
34
35
- mlir_check_all_link_libraries (LLVMMLIRTableGen )
35
+ mlir_check_all_link_libraries (MLIRTableGen )
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ add_tablegen(mlir-tblgen MLIR
24
24
set_target_properties (mlir-tblgen PROPERTIES FOLDER "Tablegenning" )
25
25
target_link_libraries (mlir-tblgen
26
26
PRIVATE
27
- LLVMMLIRTableGen )
27
+ MLIRTableGen )
28
28
29
29
mlir_check_all_link_libraries (mlir-tblgen )
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ add_dependencies(MLIRTableGenTests MLIRTableGenEnumsIncGen)
18
18
add_dependencies (MLIRTableGenTests MLIRTableGenStructAttrIncGen )
19
19
20
20
target_link_libraries (MLIRTableGenTests
21
- PRIVATE LLVMMLIRTableGen MLIRIR )
21
+ PRIVATE MLIRTableGen MLIRIR )
You can’t perform that action at this time.
0 commit comments