/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h:89:30: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h:93:29: warning: redundant move in return statement [-Wredundant-move] /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h:93:29: note: remove 'std::move' call [ 70%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Legacy.cpp.o [ 70%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Layer.cpp.o [ 70%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/LLJIT.cpp:11: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h: In member function 'llvm::JITSymbol llvm::orc::LegacyRTDyldObjectLinkingLayer::findSymbol(llvm::StringRef, bool)': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:431:25: warning: redundant move in return statement [-Wredundant-move] 431 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:431:25: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h: In instantiation of 'llvm::JITSymbol::GetAddressFtor llvm::orc::LegacyRTDyldObjectLinkingLayer::ConcreteLinkedObject::getSymbolMaterializer(std::string) [with MemoryManagerPtrT = std::shared_ptr; llvm::JITSymbol::GetAddressFtor = std::function()>; std::string = std::__cxx11::basic_string]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:271:31: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:277:33: warning: redundant move in return statement [-Wredundant-move] 277 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:277:33: note: remove 'std::move' call [ 71%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/NullResolver.cpp.o [ 71%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectLinkingLayer.cpp.o [ 71%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectTransformLayer.cpp.o [ 71%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o [ 71%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcCBindings.cpp.o In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:23, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindings.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h: In member function 'llvm::JITSymbol llvm::orc::LegacyRTDyldObjectLinkingLayer::findSymbol(llvm::StringRef, bool)': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:431:25: warning: redundant move in return statement [-Wredundant-move] 431 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:431:25: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindings.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h: In member function 'llvm::Expected llvm::OrcCBindingsStack::addObject(std::unique_ptr, LLVMOrcSymbolResolverFn, void*)': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:367:25: warning: redundant move in return statement [-Wredundant-move] 367 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:367:25: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h: In member function 'llvm::Expected llvm::OrcCBindingsStack::findSymbolAddress(const string&, bool)': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:401:23: warning: redundant move in return statement [-Wredundant-move] 401 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:401:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h: In member function 'llvm::Expected llvm::OrcCBindingsStack::findSymbolAddressIn(llvm::orc::VModuleKey, const string&, bool)': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:419:23: warning: redundant move in return statement [-Wredundant-move] 419 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:419:23: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:18, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindings.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h: In instantiation of 'llvm::JITSymbol llvm::orc::LegacyCompileOnDemandLayer::findSymbol(llvm::StringRef, bool) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:183:61: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:340:29: warning: redundant move in return statement [-Wredundant-move] 340 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:340:29: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindings.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h: In instantiation of 'llvm::Expected llvm::OrcCBindingsStack::addIRModule(LayerT&, std::unique_ptr, std::unique_ptr, LLVMOrcSymbolResolverFn, void*) [with LayerT = llvm::orc::LegacyIRCompileLayer; LLVMOrcSymbolResolverFn = long unsigned int (*)(const char*, void*); uint64_t = long unsigned int]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:330:72: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:308:27: warning: redundant move in return statement [-Wredundant-move] 308 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:308:27: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:317:27: warning: redundant move in return statement [-Wredundant-move] 317 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:317:27: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h: In instantiation of 'llvm::Expected llvm::OrcCBindingsStack::addIRModule(LayerT&, std::unique_ptr, std::unique_ptr, LLVMOrcSymbolResolverFn, void*) [with LayerT = llvm::orc::LegacyCompileOnDemandLayer, llvm::orc::JITCompileCallbackManager>; LLVMOrcSymbolResolverFn = long unsigned int (*)(const char*, void*); uint64_t = long unsigned int]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:344:72: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:308:27: warning: redundant move in return statement [-Wredundant-move] 308 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:308:27: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:317:27: warning: redundant move in return statement [-Wredundant-move] 317 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:317:27: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:18, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindings.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h: In instantiation of 'llvm::JITSymbol llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::findSymbol(BaseLayerT&, const string&, bool) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; std::string = std::__cxx11::basic_string]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:350:76: required from 'llvm::JITSymbol llvm::orc::LegacyCompileOnDemandLayer::findSymbolIn(llvm::orc::VModuleKey, const string&, bool) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; llvm::orc::VModuleKey = long unsigned int; std::string = std::__cxx11::basic_string]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:337:22: required from 'llvm::JITSymbol llvm::orc::LegacyCompileOnDemandLayer::findSymbol(llvm::StringRef, bool) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:183:61: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:232:31: warning: redundant move in return statement [-Wredundant-move] 232 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:232:31: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h: In instantiation of 'llvm::Error llvm::orc::LegacyCompileOnDemandLayer::addLogicalModule(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:309:12: required from 'llvm::Error llvm::orc::LegacyCompileOnDemandLayer::addModule(llvm::orc::VModuleKey, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; llvm::orc::VModuleKey = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:307:14: required from 'llvm::Expected llvm::OrcCBindingsStack::addIRModule(LayerT&, std::unique_ptr, std::unique_ptr, LLVMOrcSymbolResolverFn, void*) [with LayerT = llvm::orc::LegacyCompileOnDemandLayer, llvm::orc::JITCompileCallbackManager>; LLVMOrcSymbolResolverFn = long unsigned int (*)(const char*, void*); uint64_t = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:344:72: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:404:33: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move] 404 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:404:33: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:517:29: warning: redundant move in return statement [-Wredundant-move] 517 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:517:29: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h: In instantiation of 'llvm::Expected llvm::orc::LegacyCompileOnDemandLayer::extractAndCompile(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle, llvm::Function&) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle = long unsigned int]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:415:44: required from 'llvm::Error llvm::orc::LegacyCompileOnDemandLayer::addLogicalModule(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:309:12: required from 'llvm::Error llvm::orc::LegacyCompileOnDemandLayer::addModule(llvm::orc::VModuleKey, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; llvm::orc::VModuleKey = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:307:14: required from 'llvm::Expected llvm::OrcCBindingsStack::addIRModule(LayerT&, std::unique_ptr, std::unique_ptr, LLVMOrcSymbolResolverFn, void*) [with LayerT = llvm::orc::LegacyCompileOnDemandLayer, llvm::orc::JITCompileCallbackManager>; LLVMOrcSymbolResolverFn = long unsigned int (*)(const char*, void*); uint64_t = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:344:72: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:610:31: warning: redundant move in return statement [-Wredundant-move] 610 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:610:31: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:27, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:18, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindings.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/Legacy.h: In instantiation of 'llvm::Expected > llvm::orc::getResponsibilitySetWithLegacyFn(const SymbolNameSet&, FindSymbolFn) [with FindSymbolFn = llvm::orc::LegacyCompileOnDemandLayer::addLogicalModule(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager]::; llvm::orc::SymbolNameSet = llvm::DenseSet]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:524:53: required from 'llvm::Error llvm::orc::LegacyCompileOnDemandLayer::addLogicalModule(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:309:12: required from 'llvm::Error llvm::orc::LegacyCompileOnDemandLayer::addModule(llvm::orc::VModuleKey, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; llvm::orc::VModuleKey = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:307:14: required from 'llvm::Expected llvm::OrcCBindingsStack::addIRModule(LayerT&, std::unique_ptr, std::unique_ptr, LLVMOrcSymbolResolverFn, void*) [with LayerT = llvm::orc::LegacyCompileOnDemandLayer, llvm::orc::JITCompileCallbackManager>; LLVMOrcSymbolResolverFn = long unsigned int (*)(const char*, void*); uint64_t = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:344:72: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/Legacy.h:126:27: warning: redundant move in return statement [-Wredundant-move] 126 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/Legacy.h:126:27: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:18, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindings.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h: In instantiation of 'llvm::Expected llvm::orc::LegacyCompileOnDemandLayer::emitPartition(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle, const PartitionT&) [with PartitionT = std::set; BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle = long unsigned int]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:590:14: required from 'llvm::Expected llvm::orc::LegacyCompileOnDemandLayer::extractAndCompile(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle, llvm::Function&) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:415:44: required from 'llvm::Error llvm::orc::LegacyCompileOnDemandLayer::addLogicalModule(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:309:12: required from 'llvm::Error llvm::orc::LegacyCompileOnDemandLayer::addModule(llvm::orc::VModuleKey, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; llvm::orc::VModuleKey = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:307:14: required from 'llvm::Expected llvm::OrcCBindingsStack::addIRModule(LayerT&, std::unique_ptr, std::unique_ptr, LLVMOrcSymbolResolverFn, void*) [with LayerT = llvm::orc::LegacyCompileOnDemandLayer, llvm::orc::JITCompileCallbackManager>; LLVMOrcSymbolResolverFn = long unsigned int (*)(const char*, void*); uint64_t = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:344:72: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:728:27: warning: redundant move in return statement [-Wredundant-move] 728 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:728:27: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:27, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:18, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindings.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/Legacy.h: In instantiation of 'llvm::Expected > llvm::orc::getResponsibilitySetWithLegacyFn(const SymbolNameSet&, FindSymbolFn) [with FindSymbolFn = llvm::orc::LegacyCompileOnDemandLayer::emitPartition(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle, const PartitionT&) [with PartitionT = std::set; BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle = long unsigned int]::; llvm::orc::SymbolNameSet = llvm::DenseSet]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:694:53: required from 'llvm::Expected llvm::orc::LegacyCompileOnDemandLayer::emitPartition(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle, const PartitionT&) [with PartitionT = std::set; BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:590:14: required from 'llvm::Expected llvm::orc::LegacyCompileOnDemandLayer::extractAndCompile(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle, llvm::Function&) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; typename llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleHandle = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:415:44: required from 'llvm::Error llvm::orc::LegacyCompileOnDemandLayer::addLogicalModule(llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib&, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:309:12: required from 'llvm::Error llvm::orc::LegacyCompileOnDemandLayer::addModule(llvm::orc::VModuleKey, std::unique_ptr) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; CompileCallbackMgrT = llvm::orc::JITCompileCallbackManager; IndirectStubsMgrT = llvm::orc::IndirectStubsManager; llvm::orc::VModuleKey = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:307:14: required from 'llvm::Expected llvm::OrcCBindingsStack::addIRModule(LayerT&, std::unique_ptr, std::unique_ptr, LLVMOrcSymbolResolverFn, void*) [with LayerT = llvm::orc::LegacyCompileOnDemandLayer, llvm::orc::JITCompileCallbackManager>; LLVMOrcSymbolResolverFn = long unsigned int (*)(const char*, void*); uint64_t = long unsigned int]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:344:72: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/Legacy.h:126:27: warning: redundant move in return statement [-Wredundant-move] 126 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/Legacy.h:126:27: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindingsStack.h:23, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcCBindings.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h: In instantiation of 'llvm::JITSymbol::GetAddressFtor llvm::orc::LegacyRTDyldObjectLinkingLayer::ConcreteLinkedObject::getSymbolMaterializer(std::string) [with MemoryManagerPtrT = std::shared_ptr; llvm::JITSymbol::GetAddressFtor = std::function()>; std::string = std::__cxx11::basic_string]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:271:31: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:277:33: warning: redundant move in return statement [-Wredundant-move] 277 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:277:33: note: remove 'std::move' call [ 71%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcError.cpp.o [ 71%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcMCJITReplacement.cpp.o In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h:26, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h: In member function 'llvm::JITSymbol llvm::orc::LegacyRTDyldObjectLinkingLayer::findSymbol(llvm::StringRef, bool)': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:431:25: warning: redundant move in return statement [-Wredundant-move] 431 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:431:25: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h:25, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h: In instantiation of 'llvm::JITSymbol llvm::orc::LazyEmittingLayer::EmissionDeferredModule::find(llvm::StringRef, bool, BaseLayerT&) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h:241:16: required from 'llvm::JITSymbol llvm::orc::LazyEmittingLayer::findSymbol(const string&, bool) [with BaseLayerT = llvm::orc::LegacyIRCompileLayer; std::string = std::__cxx11::basic_string]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h:381:56: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h:64:39: warning: redundant move in return statement [-Wredundant-move] 64 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h:64:39: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h:70:37: warning: redundant move in return statement [-Wredundant-move] 70 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h:70:37: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h:26, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h: In instantiation of 'llvm::JITSymbol::GetAddressFtor llvm::orc::LegacyRTDyldObjectLinkingLayer::ConcreteLinkedObject::getSymbolMaterializer(std::string) [with MemoryManagerPtrT = std::shared_ptr; llvm::JITSymbol::GetAddressFtor = std::function()>; std::string = std::__cxx11::basic_string]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:271:31: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:277:33: warning: redundant move in return statement [-Wredundant-move] 277 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:277:33: note: remove 'std::move' call [ 71%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/RPCUtils.cpp.o [ 71%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/RTDyldObjectLinkingLayer.cpp.o In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp:9: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h: In member function 'llvm::JITSymbol llvm::orc::LegacyRTDyldObjectLinkingLayer::findSymbol(llvm::StringRef, bool)': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:431:25: warning: redundant move in return statement [-Wredundant-move] 431 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:431:25: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h: In instantiation of 'llvm::JITSymbol::GetAddressFtor llvm::orc::LegacyRTDyldObjectLinkingLayer::ConcreteLinkedObject::getSymbolMaterializer(std::string) [with MemoryManagerPtrT = std::shared_ptr; llvm::JITSymbol::GetAddressFtor = std::function()>; std::string = std::__cxx11::basic_string]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:271:31: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:277:33: warning: redundant move in return statement [-Wredundant-move] 277 | return std::move(Err); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h:277:33: note: remove 'std::move' call [ 71%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ThreadSafeModule.cpp.o [ 71%] Linking CXX static library ../../libLLVMOrcJIT.a make[3]: Leaving directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' [ 71%] Built target LLVMOrcJIT make[3]: Entering directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' Scanning dependencies of target LLVMRuntimeDyld make[3]: Leaving directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' [ 71%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp: In member function 'virtual llvm::Expected > llvm::LegacyJITSymbolResolver::getResponsibilitySet(const LookupSet&)': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp:122:23: warning: redundant move in return statement [-Wredundant-move] 122 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp:122:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp:130:19: warning: redundant move in return statement [-Wredundant-move] 130 | return std::move(Result); | ~~~~~~~~~^~~~~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp:130:19: note: remove 'std::move' call [ 71%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o [ 71%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp: In member function 'llvm::Expected > llvm::RuntimeDyldImpl::loadObjectImpl(const llvm::object::ObjectFile&)': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp:196:23: warning: redundant move in return statement [-Wredundant-move] 196 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp:196:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp:321:25: warning: redundant move in return statement [-Wredundant-move] 321 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp:321:25: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp:343:21: warning: redundant move in return statement [-Wredundant-move] 343 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp:343:21: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp:430:21: warning: redundant move in return statement [-Wredundant-move] 430 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp:430:21: note: remove 'std::move' call [ 71%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o [ 72%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o [ 72%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp: In member function 'virtual llvm::Expected > llvm::RuntimeDyldELF::processRelocationRef(unsigned int, llvm::object::relocation_iterator, const llvm::object::ObjectFile&, llvm::RuntimeDyldImpl::ObjSectionToIDMap&, llvm::RuntimeDyldImpl::StubMap&)': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:1452:29: warning: redundant move in return statement [-Wredundant-move] 1452 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:1452:29: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:1566:25: warning: redundant move in return statement [-Wredundant-move] 1566 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:1566:25: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:1579:27: warning: redundant move in return statement [-Wredundant-move] 1579 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:1579:27: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:1582:27: warning: redundant move in return statement [-Wredundant-move] 1582 | return std::move(Err); | ~~~~~~~~~^~~~~ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:1582:27: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp: In instantiation of 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:193:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:156:23: warning: redundant move in return statement [-Wredundant-move] 156 | return std::move(E); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:156:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:179:23: warning: redundant move in return statement [-Wredundant-move] 179 | return std::move(Obj); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:179:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp: In instantiation of 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:196:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:156:23: warning: redundant move in return statement [-Wredundant-move] 156 | return std::move(E); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:156:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:179:23: warning: redundant move in return statement [-Wredundant-move] 179 | return std::move(Obj); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:179:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp: In instantiation of 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:199:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:156:23: warning: redundant move in return statement [-Wredundant-move] 156 | return std::move(E); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:156:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:179:23: warning: redundant move in return statement [-Wredundant-move] 179 | return std::move(Obj); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:179:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp: In instantiation of 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:202:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:156:23: warning: redundant move in return statement [-Wredundant-move] 156 | return std::move(E); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:156:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:179:23: warning: redundant move in return statement [-Wredundant-move] 179 | return std::move(Obj); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:179:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp: In instantiation of 'static llvm::Expected > > {anonymous}::DyldELFObject::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:154:34: required from 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:193:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:105:23: warning: redundant move in return statement [-Wredundant-move] 105 | return std::move(E); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:105:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:108:23: warning: redundant move in return statement [-Wredundant-move] 108 | return std::move(Ret); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:108:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp: In instantiation of 'static llvm::Expected > > {anonymous}::DyldELFObject::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:154:34: required from 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:196:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:105:23: warning: redundant move in return statement [-Wredundant-move] 105 | return std::move(E); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:105:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:108:23: warning: redundant move in return statement [-Wredundant-move] 108 | return std::move(Ret); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:108:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp: In instantiation of 'static llvm::Expected > > {anonymous}::DyldELFObject::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:154:34: required from 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:199:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:105:23: warning: redundant move in return statement [-Wredundant-move] 105 | return std::move(E); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:105:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:108:23: warning: redundant move in return statement [-Wredundant-move] 108 | return std::move(Ret); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:108:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp: In instantiation of 'static llvm::Expected > > {anonymous}::DyldELFObject::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:154:34: required from 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:202:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:105:23: warning: redundant move in return statement [-Wredundant-move] 105 | return std::move(E); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:105:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:108:23: warning: redundant move in return statement [-Wredundant-move] 108 | return std::move(Ret); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:108:23: note: remove 'std::move' call In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:20: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h: In instantiation of 'static llvm::Expected > llvm::object::ELFObjectFile::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:103:41: required from 'static llvm::Expected > > {anonymous}::DyldELFObject::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:154:34: required from 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:193:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h:942:23: warning: redundant move in return statement [-Wredundant-move] 942 | return std::move(E); | ^ /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h:942:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h: In instantiation of 'static llvm::Expected > llvm::object::ELFObjectFile::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:103:41: required from 'static llvm::Expected > > {anonymous}::DyldELFObject::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:154:34: required from 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:196:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h:942:23: warning: redundant move in return statement [-Wredundant-move] /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h:942:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h: In instantiation of 'static llvm::Expected > llvm::object::ELFObjectFile::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:103:41: required from 'static llvm::Expected > > {anonymous}::DyldELFObject::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:154:34: required from 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:199:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h:942:23: warning: redundant move in return statement [-Wredundant-move] /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h:942:23: note: remove 'std::move' call /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h: In instantiation of 'static llvm::Expected > llvm::object::ELFObjectFile::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:103:41: required from 'static llvm::Expected > > {anonymous}::DyldELFObject::create(llvm::MemoryBufferRef) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:154:34: required from 'llvm::Expected > > {anonymous}::createRTDyldELFObject(llvm::MemoryBufferRef, const llvm::object::ObjectFile&, const {anonymous}::LoadedELFObjectInfo&) [with ELFT = llvm::object::ELFType]' /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:202:73: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h:942:23: warning: redundant move in return statement [-Wredundant-move] /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Object/ELFObjectFile.h:942:23: note: remove 'std::move' call [ 72%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o [ 72%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o [ 72%] Linking CXX static library ../../libLLVMRuntimeDyld.a make[3]: Leaving directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' [ 72%] Built target LLVMRuntimeDyld make[3]: Entering directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' Scanning dependencies of target ARMCommonTableGen make[3]: Leaving directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' [ 72%] Building ARMGenAsmMatcher.inc... [ 72%] Building ARMGenAsmWriter.inc... [ 72%] Building ARMGenCallingConv.inc... [ 72%] Building ARMGenDAGISel.inc... [ 72%] Building ARMGenDisassemblerTables.inc... [ 72%] Building ARMGenFastISel.inc... [ 72%] Building ARMGenGlobalISel.inc... [ 72%] Building ARMGenInstrInfo.inc... [ 72%] Building ARMGenMCCodeEmitter.inc... [ 72%] Building ARMGenMCPseudoLowering.inc... [ 72%] Building ARMGenRegisterBank.inc... [ 72%] Building ARMGenRegisterInfo.inc... [ 72%] Building ARMGenSubtargetInfo.inc... [ 72%] Building ARMGenSystemRegister.inc... make[3]: Leaving directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' [ 72%] Built target ARMCommonTableGen make[3]: Entering directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' Scanning dependencies of target LLVMARMCodeGen make[3]: Leaving directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/buildroot-build' [ 72%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/A15SDOptimizer.cpp.o [ 72%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMAsmPrinter.cpp.o [ 72%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseInstrInfo.cpp.o [ 72%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseRegisterInfo.cpp.o [ 72%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBasicBlockInfo.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallingConv.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallLowering.cpp.o In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMCallLowering.h:17, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMCallLowering.cpp:15: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = llvm::DstOp]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h:489:61: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] 101 | : Data(Vec.begin() == Vec.end() ? (T*)nullptr : Vec.begin()), /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = llvm::SrcOp]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h:489:61: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCodeGenPrepare.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantIslandPass.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantPoolValue.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMExpandPseudoInsts.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFastISel.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFrameLowering.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMHazardRecognizer.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstructionSelector.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelDAGToDAG.cpp.o In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/DenseMapInfo.h:16, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/DenseMap.h:16, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/PassRegistry.h:19, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/PassSupport.h:25, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Pass.h:364, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/IR/LegacyPassManager.h:19, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARM.h:17, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMISelDAGToDAG.cpp:13: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = llvm::MachineMemOperand*]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMISelDAGToDAG.cpp:1408:62: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] 101 | : Data(Vec.begin() == Vec.end() ? (T*)nullptr : Vec.begin()), [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/DenseMapInfo.h:16, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/DenseMap.h:16, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/MC/MCRegisterInfo.h:18, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/MC/MCInstrDesc.h:17, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h:17, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h:19, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMISelLowering.h:17, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMISelLowering.cpp:14: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = const llvm::SCEV*]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Analysis/ScalarEvolutionExpressions.h:266:64: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] 101 | : Data(Vec.begin() == Vec.end() ? (T*)nullptr : Vec.begin()), /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = llvm::SDValue]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMISelLowering.cpp:7713:63: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = llvm::MachineMemOperand*]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMISelLowering.cpp:8323:59: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = llvm::Value*]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMISelLowering.cpp:15426:52: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstrInfo.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLegalizerInfo.cpp.o In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/CodeGen/MachineFunction.h:20, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h:17, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMLegalizerInfo.h:17, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMLegalizerInfo.cpp:13: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = llvm::DstOp]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h:489:61: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] 101 | : Data(Vec.begin() == Vec.end() ? (T*)nullptr : Vec.begin()), /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = llvm::SrcOp]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h:489:61: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = llvm::Type*]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMLegalizerInfo.cpp:384:79: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = llvm::CallLowering::ArgInfo]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMLegalizerInfo.cpp:389:69: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMParallelDSP.cpp.o In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/DenseMapInfo.h:16, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/DenseMap.h:16, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Analysis/AliasAnalysis.h:40, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMParallelDSP.cpp:19: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = const llvm::SCEV*]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Analysis/ScalarEvolutionExpressions.h:266:64: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] 101 | : Data(Vec.begin() == Vec.end() ? (T*)nullptr : Vec.begin()), [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLoadStoreOptimizer.cpp.o In file included from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/DenseMapInfo.h:16, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/DenseMap.h:16, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/PassRegistry.h:19, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/PassSupport.h:25, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/Pass.h:364, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/IR/LegacyPassManager.h:19, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARM.h:17, from /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:14: /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h: In instantiation of 'llvm::ArrayRef::ArrayRef(const std::initializer_list<_Tp>&) [with T = const llvm::MachineInstr*]': /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:2339:46: required from here /nvmedata/autobuild/instance-23/output-1/build/host-llvm-9.0.1/include/llvm/ADT/ArrayRef.h:101:37: warning: initializing 'llvm::ArrayRef::Data' from 'std::initializer_list::begin' does not extend the lifetime of the underlying array [-Winit-list-lifetime] 101 | : Data(Vec.begin() == Vec.end() ? (T*)nullptr : Vec.begin()), [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLowOverheadLoops.cpp.o [ 73%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMCInstLower.cpp.o [ 74%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMachineFunctionInfo.cpp.o [ 74%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMacroFusion.cpp.o [ 74%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterInfo.cpp.o [ 74%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMOptimizeBarriersPass.cpp.o [ 74%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterBankInfo.cpp.o