[Mlir-commits] [mlir] [MLIR][Python][NOMERGE] demo building bindings with no bundled CAPI aggregate and using other bindings aggregate (PR #161782)
Maksim Levental
llvmlistbot at llvm.org
Thu Oct 2 23:52:21 PDT 2025
================
@@ -42,6 +42,9 @@ else()
list(APPEND CMAKE_MODULE_PATH "${LLVM_MAIN_SRC_DIR}/cmake/modules")
endif()
+add_flag_or_print_warning("-fPIC" FPIC)
+add_flag_if_supported("-fno-semantic-interposition" FNO_SEMANTIC_INTERPOSITION)
----------------
makslevental wrote:
this is not related
https://github.com/llvm/llvm-project/pull/161782
More information about the Mlir-commits
mailing list