forked from OSchip/llvm-project
Add include path to the TestDialect to fix broken build.
PiperOrigin-RevId: 284067891
This commit is contained in:
parent
f60bbb6c3b
commit
71999ff7f2
|
@ -4,6 +4,8 @@ add_llvm_library(MLIRTestIR
|
||||||
|
|
||||||
ADDITIONAL_HEADER_DIRS
|
ADDITIONAL_HEADER_DIRS
|
||||||
)
|
)
|
||||||
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../TestDialect)
|
||||||
|
include_directories(${CMAKE_CURRENT_BINARY_DIR}/../TestDialect)
|
||||||
target_link_libraries(MLIRTestIR
|
target_link_libraries(MLIRTestIR
|
||||||
MLIRPass
|
MLIRPass
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue