(MLIR_LINK_MLIR_DYLIB ${LLVM_LINK_LLVM_DYLIB} CACHE BOOL + "Link tools against libMLIR.so") + configure_file( ${MLIR_MAIN_INCLUDE_DIR}/mlir/Config/mlir-config.h.cmake ${MLIR_INCLUDE_DIR}/mlir/Config/mlir-config.h) diff --git a/mlir/cmake/modules/AddMLIR.cmake b/mlir/cmake/...
I'm attempting to add -flto for link-time optimization to my cFlags and ldFlags (using the new Gradle experimental plugin) but receiving a failure to load LLVMgold.so at link time: /Users/jw/android-sdk/ndk-bundle/toolchains/aarch64-linu...