forked from OSchip/llvm-project
Fix build by adding missing CMake link dependency
This would only fail when using a linker that is sensitive to the order in which the libraries are passed on the command line (like bfd).
This commit is contained in:
parent
7aaaea5acd
commit
a07e5b8574
|
@ -15,4 +15,5 @@ target_link_libraries(MLIRAffineTransformsTestPasses PRIVATE
|
|||
MLIRPass
|
||||
MLIRAffineTransforms
|
||||
MLIRSupport
|
||||
MLIRAffineUtils
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue