[llvm] [ORC] Add MemMgr arg to LLJITBuilder::ObjectLinkingLayerCreator. (PR #192214)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 02:48:21 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 169105 tests passed
* 2753 tests skipped
All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.
<details>
<summary>tools/mlir/lib/ExecutionEngine/CMakeFiles/MLIRExecutionEngine.dir/ExecutionEngine.cpp.o</summary>
```
FAILED: tools/mlir/lib/ExecutionEngine/CMakeFiles/MLIRExecutionEngine.dir/ExecutionEngine.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/ExecutionEngine -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/ExecutionEngine/CMakeFiles/MLIRExecutionEngine.dir/ExecutionEngine.cpp.o -MF tools/mlir/lib/ExecutionEngine/CMakeFiles/MLIRExecutionEngine.dir/ExecutionEngine.cpp.o.d -o tools/mlir/lib/ExecutionEngine/CMakeFiles/MLIRExecutionEngine.dir/ExecutionEngine.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine/ExecutionEngine.cpp
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine/ExecutionEngine.cpp:377:50: error: no viable conversion from '(lambda at /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine/ExecutionEngine.cpp:314:36)' to 'LLJITBuilderState::ObjectLinkingLayerCreator' (aka 'std::function<Expected<std::unique_ptr<ObjectLayer>> (ExecutionSession &, jitlink::JITLinkMemoryManager &)>')
377 | .setObjectLinkingLayerCreator(objectLinkingLayerCreator)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_function.h:375:7: note: candidate constructor not viable: no known conversion from '(lambda at /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine/ExecutionEngine.cpp:314:36)' to 'nullptr_t' (aka 'std::nullptr_t') for 1st argument
375 | function(nullptr_t) noexcept
| ^ ~~~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_function.h:386:7: note: candidate constructor not viable: no known conversion from '(lambda at /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine/ExecutionEngine.cpp:314:36)' to 'const function<llvm::Expected<std::unique_ptr<llvm::orc::ObjectLayer>> (llvm::orc::ExecutionSession &, llvm::jitlink::JITLinkMemoryManager &)> &' for 1st argument
386 | function(const function& __x)
| ^ ~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_function.h:404:7: note: candidate constructor not viable: no known conversion from '(lambda at /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine/ExecutionEngine.cpp:314:36)' to 'function<llvm::Expected<std::unique_ptr<llvm::orc::ObjectLayer>> (llvm::orc::ExecutionSession &, llvm::jitlink::JITLinkMemoryManager &)> &&' for 1st argument
404 | function(function&& __x) noexcept
| ^ ~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_function.h:435:2: note: candidate template ignored: requirement 'std::function<llvm::Expected<std::unique_ptr<llvm::orc::ObjectLayer, std::default_delete<llvm::orc::ObjectLayer>>> (llvm::orc::ExecutionSession &, llvm::jitlink::JITLinkMemoryManager &)>::_Callable<(lambda at /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine/ExecutionEngine.cpp:314:36) &, (lambda at /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine/ExecutionEngine.cpp:314:36), std::__invoke_result<(lambda at /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine/ExecutionEngine.cpp:314:36) &, llvm::orc::ExecutionSession &, llvm::jitlink::JITLinkMemoryManager &>>::value' was not satisfied [with _Functor = (lambda at /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/ExecutionEngine/ExecutionEngine.cpp:314:36) &]
435 | function(_Functor&& __f)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h:418:52: note: passing argument to parameter 'CreateObjectLinkingLayer' here
418 | LLJITBuilderState::ObjectLinkingLayerCreator CreateObjectLinkingLayer) {
| ^
1 error generated.
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/192214
More information about the llvm-commits
mailing list