Skip to content

Commit

Permalink
Fix python tests in debug round 2 (#1120)
Browse files Browse the repository at this point in the history
Change the link order to put extension libs last so the linker can find
all necessary extension symbols for TTMLIRStatic target.
  • Loading branch information
nsmithtt authored Oct 31, 2024
1 parent 4dc7502 commit 677be1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ declare_mlir_python_extension(TTMLIRPythonExtensions.Main
LLVMSupport
${dialect_libs}
${conversion_libs}
${extension_libs}
${translation_libs}
TTMLIRStatic
${extension_libs}
)

set(TTMLIR_PYTHON_SOURCES
Expand Down

0 comments on commit 677be1d

Please sign in to comment.