You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
235 B
14 lines
235 B
4 months ago
|
get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
|
||
|
|
||
|
set(LIBS
|
||
|
FIROptimizer
|
||
|
${dialect_libs}
|
||
|
)
|
||
|
|
||
|
add_flang_unittest(FlangOptimizerTests
|
||
|
InternalNamesTest.cpp
|
||
|
)
|
||
|
target_link_libraries(FlangOptimizerTests
|
||
|
PRIVATE
|
||
|
${LIBS})
|