(base) root@npg-npf-wlpr-srv17:~/sycl_workspace/llvm# python $DPCPP_HOME/llvm/buildbot/compile.py > UnixBasedCompilationErrorLogs.txt /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd.c: In function ‘khrIcdLayerAdd’: /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd.c:315:14: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 315 | ((void **)layerDispatch)[i] ? | ^ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd.c:316:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 316 | ((void **)layerDispatch)[i] : ((void **)targetDispatch)[i]; | ^ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd.c:316:48: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 316 | ((void **)layerDispatch)[i] : ((void **)targetDispatch)[i]; | ^ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd.c:319:45: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 319 | ((void **)&(layer->dispatch))[i] = ((void **)targetDispatch)[i]; | ^ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_dispatch.c: In function ‘clGetICDLoaderInfoOCLICD’: /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_dispatch.c:44:14: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 44 | pv = (void *)cl_icdl_ ## name; \ | ^ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_dispatch.c:48:5: note: in expansion of macro ‘KHR_ICD_CASE_STRING_PARAM_NAME’ 48 | KHR_ICD_CASE_STRING_PARAM_NAME(OCL_VERSION); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_dispatch.c:44:14: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 44 | pv = (void *)cl_icdl_ ## name; \ | ^ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_dispatch.c:49:5: note: in expansion of macro ‘KHR_ICD_CASE_STRING_PARAM_NAME’ 49 | KHR_ICD_CASE_STRING_PARAM_NAME(VERSION); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_dispatch.c:44:14: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 44 | pv = (void *)cl_icdl_ ## name; \ | ^ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_dispatch.c:50:5: note: in expansion of macro ‘KHR_ICD_CASE_STRING_PARAM_NAME’ 50 | KHR_ICD_CASE_STRING_PARAM_NAME(NAME); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_dispatch.c:44:14: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 44 | pv = (void *)cl_icdl_ ## name; \ | ^ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_dispatch.c:51:5: note: in expansion of macro ‘KHR_ICD_CASE_STRING_PARAM_NAME’ 51 | KHR_ICD_CASE_STRING_PARAM_NAME(VENDOR); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c: In function ‘compareDirElem’: /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:132:21: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 132 | return strcoll(((struct dirElem *)a)->d_name, ((struct dirElem *)b)->d_name); | ^ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:132:52: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 132 | return strcoll(((struct dirElem *)a)->d_name, ((struct dirElem *)b)->d_name); | ^ In file included from /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd.h:22, from /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:19: /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c: In function ‘khrIcdOsVendorsEnumerate’: /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_platform.h:30:25: warning: passing argument 1 of ‘khrIcdOsDirEnumerate’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 30 | #define ICD_VENDOR_PATH "/etc/OpenCL/vendors" | ^~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:219:26: note: in expansion of macro ‘ICD_VENDOR_PATH’ 219 | khrIcdOsDirEnumerate(ICD_VENDOR_PATH, "OCL_ICD_VENDORS", ".icd", khrIcdVendorAdd, 0); | ^~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:135:47: note: expected ‘char *’ but argument is of type ‘const char *’ 135 | static inline void khrIcdOsDirEnumerate(char *path, char *env, const char *extension, | ~~~~~~^~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:219:43: warning: passing argument 2 of ‘khrIcdOsDirEnumerate’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 219 | khrIcdOsDirEnumerate(ICD_VENDOR_PATH, "OCL_ICD_VENDORS", ".icd", khrIcdVendorAdd, 0); | ^~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:135:59: note: expected ‘char *’ but argument is of type ‘const char *’ 135 | static inline void khrIcdOsDirEnumerate(char *path, char *env, const char *extension, | ~~~~~~^~~ In file included from /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd.h:22, from /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:19: /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/icd_platform.h:31:20: warning: passing argument 1 of ‘khrIcdOsDirEnumerate’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 31 | #define LAYER_PATH "/etc/OpenCL/layers" | ^~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:223:26: note: in expansion of macro ‘LAYER_PATH’ 223 | khrIcdOsDirEnumerate(LAYER_PATH, "OPENCL_LAYER_PATH", ".lay", khrIcdLayerAdd, 1); | ^~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:135:47: note: expected ‘char *’ but argument is of type ‘const char *’ 135 | static inline void khrIcdOsDirEnumerate(char *path, char *env, const char *extension, | ~~~~~~^~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:223:38: warning: passing argument 2 of ‘khrIcdOsDirEnumerate’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 223 | khrIcdOsDirEnumerate(LAYER_PATH, "OPENCL_LAYER_PATH", ".lay", khrIcdLayerAdd, 1); | ^~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/ocl-icd-src/loader/linux/icd_linux.c:135:59: note: expected ‘char *’ but argument is of type ‘const char *’ 135 | static inline void khrIcdOsDirEnumerate(char *path, char *env, const char *extension, | ~~~~~~^~~ In file included from /root/sycl_workspace/llvm/build/_deps/unified-memory-framework-src/src/utils/utils_math.h:10, from /root/sycl_workspace/llvm/build/_deps/unified-memory-framework-src/src/pool/pool_disjoint.cpp:28: /root/sycl_workspace/llvm/build/_deps/unified-memory-framework-src/src/pool/pool_disjoint.cpp: In member function ‘Bucket& DisjointPool::AllocImpl::findBucket(size_t)’: /root/sycl_workspace/llvm/build/_deps/unified-memory-framework-src/src/pool/pool_disjoint.cpp:895:26: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits] 895 | assert(calculatedIdx >= 0); | ~~~~~~~~~~~~~~^~~~ /root/sycl_workspace/llvm/build/_deps/unified-runtime-src/source/loader/ur_lib.cpp: In function ‘ur_result_t ur_lib::urDeviceGetSelected(ur_platform_handle_t, ur_device_type_t, uint32_t, ur_device_handle_t_**, uint32_t*)’: /root/sycl_workspace/llvm/build/_deps/unified-runtime-src/source/loader/ur_lib.cpp:228:20: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits] 228 | if (NumEntries < 0) { | ~~~~~~~~~~~^~~ /root/sycl_workspace/llvm/llvm/lib/IR/AutoUpgrade.cpp: In function ‘bool upgradeArmOrAarch64IntrinsicFunction(bool, llvm::Function*, llvm::StringRef, llvm::Function*&)’: /root/sycl_workspace/llvm/llvm/lib/IR/AutoUpgrade.cpp:652:43: warning: enumerated mismatch in conditional expression: ‘llvm::Intrinsic::ARMIntrinsics’ vs ‘llvm::Intrinsic::AARCH64Intrinsics’ [-Wenum-compare] 652 | IsArm ? Intrinsic::arm_neon_bfdot | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ 653 | : Intrinsic::aarch64_neon_bfdot) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/llvm/lib/IR/AutoUpgrade.cpp:677:36: warning: enumerated mismatch in conditional expression: ‘llvm::Intrinsic::ARMIntrinsics’ vs ‘llvm::Intrinsic::AARCH64Intrinsics’ [-Wenum-compare] 677 | .Case("mla", IsArm ? Intrinsic::arm_neon_bfmmla | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 678 | : Intrinsic::aarch64_neon_bfmmla) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/llvm/lib/IR/AutoUpgrade.cpp:679:37: warning: enumerated mismatch in conditional expression: ‘llvm::Intrinsic::ARMIntrinsics’ vs ‘llvm::Intrinsic::AARCH64Intrinsics’ [-Wenum-compare] 679 | .Case("lalb", IsArm ? Intrinsic::arm_neon_bfmlalb | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 680 | : Intrinsic::aarch64_neon_bfmlalb) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/llvm/lib/IR/AutoUpgrade.cpp:681:37: warning: enumerated mismatch in conditional expression: ‘llvm::Intrinsic::ARMIntrinsics’ vs ‘llvm::Intrinsic::AARCH64Intrinsics’ [-Wenum-compare] 681 | .Case("lalt", IsArm ? Intrinsic::arm_neon_bfmlalt | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 682 | : Intrinsic::aarch64_neon_bfmlalt) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/llvm/lib/IR/AutoUpgrade.cpp: In function ‘bool upgradeIntrinsicFunction1(llvm::Function*, llvm::Function*&)’: /root/sycl_workspace/llvm/llvm/lib/IR/AutoUpgrade.cpp:1175:24: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 1175 | if (Name.startswith("nvvm.")) { | ~~~~~~~~~~~~~~~^~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/AutoUpgrade.h:16, from /root/sycl_workspace/llvm/llvm/lib/IR/AutoUpgrade.cpp:15: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ /root/sycl_workspace/llvm/llvm/lib/IR/Core.cpp: In function ‘void LLVMContextSetDiagnosticHandler(LLVMContextRef, LLVMDiagnosticHandler, void*)’: /root/sycl_workspace/llvm/llvm/lib/IR/Core.cpp:101:22: warning: cast between incompatible function types from ‘LLVMDiagnosticHandler’ {aka ‘void (*)(LLVMOpaqueDiagnosticInfo*, void*)’} to ‘llvm::DiagnosticHandler::DiagnosticHandlerTy’ {aka ‘void (*)(const llvm::DiagnosticInfo&, void*)’} [-Wcast-function-type] 101 | LLVM_EXTENSION reinterpret_cast( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | Handler), | ~~~~~~~~ /root/sycl_workspace/llvm/llvm/lib/IR/Core.cpp: In function ‘void (* LLVMContextGetDiagnosticHandler(LLVMContextRef))(LLVMDiagnosticInfoRef, void*)’: /root/sycl_workspace/llvm/llvm/lib/IR/Core.cpp:107:25: warning: cast between incompatible function types from ‘llvm::DiagnosticHandler::DiagnosticHandlerTy’ {aka ‘void (*)(const llvm::DiagnosticInfo&, void*)’} to ‘LLVMDiagnosticHandler’ {aka ‘void (*)(LLVMOpaqueDiagnosticInfo*, void*)’} [-Wcast-function-type] 107 | return LLVM_EXTENSION reinterpret_cast( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 108 | unwrap(C)->getDiagnosticHandlerCallBack()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/clang/lib/Driver/Driver.cpp: In member function ‘void clang::driver::Driver::BuildActions(clang::driver::Compilation&, llvm::opt::DerivedArgList&, const InputList&, clang::driver::ActionList&) const’: /root/sycl_workspace/llvm/clang/lib/Driver/Driver.cpp:7392:17: warning: unused variable ‘IAA’ [-Wunused-variable] 7392 | if (auto *IAA = dyn_cast(Current)) { | ^~~ /root/sycl_workspace/llvm/clang/lib/Driver/ToolChains/CommonArgs.cpp: In function ‘bool clang::driver::tools::addOpenMPRuntime(llvm::opt::ArgStringList&, const clang::driver::ToolChain&, const llvm::opt::ArgList&, bool, bool, bool)’: /root/sycl_workspace/llvm/clang/lib/Driver/ToolChains/CommonArgs.cpp:1145:10: warning: enumeration value ‘OMPRT_Unknown’ not handled in switch [-Wswitch] 1145 | switch (RTKind) { | ^ /root/sycl_workspace/llvm/clang/lib/Driver/ToolChains/CommonArgs.cpp: In function ‘void AddUnwindLibrary(const clang::driver::ToolChain&, const clang::driver::Driver&, llvm::opt::ArgStringList&, const llvm::opt::ArgList&)’: /root/sycl_workspace/llvm/clang/lib/Driver/ToolChains/CommonArgs.cpp:2177:10: warning: enumeration value ‘UNW_None’ not handled in switch [-Wswitch] 2177 | switch (UNW) { | ^ /root/sycl_workspace/llvm/clang/lib/CodeGen/CGExpr.cpp: In member function ‘void clang::CodeGen::CodeGenFunction::EmitTrapCheck(llvm::Value*, clang::CodeGen::SanitizerHandler)’: /root/sycl_workspace/llvm/clang/lib/CodeGen/CGExpr.cpp:3841:48: warning: enumerated and non-enumerated type in conditional expression [-Wextra] 3840 | llvm::ConstantInt::get(CGM.Int8Ty, ClSanitizeDebugDeoptimization | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3841 | ? TrapBB->getParent()->size() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3842 | : CheckHandlerID)); | ~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/clang/lib/Sema/SemaDecl.cpp: In function ‘bool mergeDeclAttribute(clang::Sema&, clang::NamedDecl*, const clang::InheritableAttr*, clang::Sema::AvailabilityMergeKind)’: /root/sycl_workspace/llvm/clang/lib/Sema/SemaDecl.cpp:3021:24: warning: unused variable ‘SupA’ [-Wunused-variable] 3021 | else if (const auto *SupA = dyn_cast(Attr)) | ^~~~ /root/sycl_workspace/llvm/clang/lib/CodeGen/Targets/SPIR.cpp: In member function ‘virtual llvm::Type* {anonymous}::CommonSPIRTargetCodeGenInfo::getOpenCLType(clang::CodeGen::CodeGenModule&, const clang::Type*) const’: /root/sycl_workspace/llvm/clang/lib/CodeGen/Targets/SPIR.cpp:317:32: warning: ‘bool llvm::LLVMContext::supportsTypedPointers() const’ is deprecated: Always returns false [-Wdeprecated-declarations] 317 | if (Ctx.supportsTypedPointers()) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Metadata.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/TrackingMDRef.h:16, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DebugLoc.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DebugProgramInstruction.h:53, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/BasicBlock.h:22, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/IRBuilder.h:22, from /root/sycl_workspace/llvm/clang/lib/CodeGen/CGBuilder.h:15, from /root/sycl_workspace/llvm/clang/lib/CodeGen/CodeGenFunction.h:16, from /root/sycl_workspace/llvm/clang/lib/CodeGen/CGCXXABI.h:17, from /root/sycl_workspace/llvm/clang/lib/CodeGen/ABIInfoImpl.h:13, from /root/sycl_workspace/llvm/clang/lib/CodeGen/Targets/SPIR.cpp:9: /root/sycl_workspace/llvm/llvm/include/llvm/IR/LLVMContext.h:324:8: note: declared here 324 | bool supportsTypedPointers() const; | ^~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp: In function ‘std::pair clang::tryToFindPtrOrigin(const clang::Expr*, bool)’: /root/sycl_workspace/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp:37:19: warning: unused variable ‘decl’ [-Wunused-variable] 37 | if (auto *decl = memberCall->getMethodDecl()) { | ^~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/APFloat.h:18, from /root/sycl_workspace/llvm/clang/include/clang/AST/APNumericStorage.h:12, from /root/sycl_workspace/llvm/clang/include/clang/AST/Decl.h:16, from /root/sycl_workspace/llvm/clang/lib/Sema/CoroutineStmtBuilder.h:16, from /root/sycl_workspace/llvm/clang/lib/Sema/TreeTransform.h:16, from /root/sycl_workspace/llvm/clang/lib/Sema/SemaOpenMP.cpp:14: In destructor ‘llvm::APInt::~APInt()’, inlined from ‘llvm::APSInt::~APSInt()’ at /root/sycl_workspace/llvm/llvm/include/llvm/ADT/APSInt.h:23:21, inlined from ‘bool checkOMPArraySectionConstantForReduction(clang::ASTContext&, const clang::OMPArraySectionExpr*, bool&, llvm::SmallVectorImpl&)’ at /root/sycl_workspace/llvm/clang/lib/Sema/SemaOpenMP.cpp:19398:45, inlined from ‘bool actOnOMPReductionKindClause(clang::Sema&, {anonymous}::DSAStackTy*, clang::OpenMPClauseKind, llvm::ArrayRef, clang::SourceLocation, clang::SourceLocation, clang::SourceLocation, clang::SourceLocation, clang::CXXScopeSpec&, const clang::DeclarationNameInfo&, llvm::ArrayRef, {anonymous}::ReductionData&)’ at /root/sycl_workspace/llvm/clang/lib/Sema/SemaOpenMP.cpp:19775:68: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/APInt.h:170:18: warning: ‘void operator delete [](void*)’ called on a pointer to an unallocated object ‘1’ [-Wfree-nonheap-object] 170 | delete[] U.pVal; | ^~~~ In destructor ‘llvm::APInt::~APInt()’, inlined from ‘llvm::APSInt::~APSInt()’ at /root/sycl_workspace/llvm/llvm/include/llvm/ADT/APSInt.h:23:21, inlined from ‘bool checkOMPArraySectionConstantForReduction(clang::ASTContext&, const clang::OMPArraySectionExpr*, bool&, llvm::SmallVectorImpl&)’ at /root/sycl_workspace/llvm/clang/lib/Sema/SemaOpenMP.cpp:19417:45, inlined from ‘bool actOnOMPReductionKindClause(clang::Sema&, {anonymous}::DSAStackTy*, clang::OpenMPClauseKind, llvm::ArrayRef, clang::SourceLocation, clang::SourceLocation, clang::SourceLocation, clang::SourceLocation, clang::CXXScopeSpec&, const clang::DeclarationNameInfo&, llvm::ArrayRef, {anonymous}::ReductionData&)’ at /root/sycl_workspace/llvm/clang/lib/Sema/SemaOpenMP.cpp:19775:68: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/APInt.h:170:18: warning: ‘void operator delete [](void*)’ called on a pointer to an unallocated object ‘1’ [-Wfree-nonheap-object] 170 | delete[] U.pVal; | ^~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVReaderAdaptor.cpp:14: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h: In function ‘bool llvm::GenXIntrinsic::isGenXIntrinsic(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:142:34: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 142 | return CF->getName().startswith(getGenXIntrinsicPrefix()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.h:12, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVReaderAdaptor.cpp:12: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:21: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h: In function ‘bool llvm::GenXIntrinsic::isGenXIntrinsic(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:142:34: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 142 | return CF->getName().startswith(getGenXIntrinsicPrefix()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:20, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:21: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/AdaptorsCommon.cpp:14: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvmVCWrapper/IR/Type.h: In function ‘llvm::Type* VCINTR::Type::getNonOpaquePtrEltTy(const llvm::Type*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvmVCWrapper/IR/Type.h:21:45: warning: ‘llvm::Type* llvm::Type::getNonOpaquePointerElementType() const’ is deprecated: Pointers no longer have element types [-Wdeprecated-declarations] 21 | return PTy->getNonOpaquePointerElementType(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DerivedTypes.h:23, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Function.h:29, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/AdaptorsCommon.cpp:11: /root/sycl_workspace/llvm/llvm/include/llvm/IR/Type.h:415:9: note: declared here 415 | Type *getNonOpaquePointerElementType() const { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:36: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvmVCWrapper/IR/Type.h: In function ‘llvm::Type* VCINTR::Type::getNonOpaquePtrEltTy(const llvm::Type*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvmVCWrapper/IR/Type.h:21:45: warning: ‘llvm::Type* llvm::Type::getNonOpaquePointerElementType() const’ is deprecated: Pointers no longer have element types [-Wdeprecated-declarations] 21 | return PTy->getNonOpaquePointerElementType(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DerivedTypes.h:23, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DataLayout.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:24, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:20, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:21: /root/sycl_workspace/llvm/llvm/include/llvm/IR/Type.h:415:9: note: declared here 415 | Type *getNonOpaquePointerElementType() const { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVReaderAdaptor.cpp:29: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvmVCWrapper/IR/Type.h: In function ‘llvm::Type* VCINTR::Type::getNonOpaquePtrEltTy(const llvm::Type*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvmVCWrapper/IR/Type.h:21:45: warning: ‘llvm::Type* llvm::Type::getNonOpaquePointerElementType() const’ is deprecated: Pointers no longer have element types [-Wdeprecated-declarations] 21 | return PTy->getNonOpaquePointerElementType(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DerivedTypes.h:23, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DataLayout.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:24, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.h:12, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVReaderAdaptor.cpp:12: /root/sycl_workspace/llvm/llvm/include/llvm/IR/Type.h:415:9: note: declared here 415 | Type *getNonOpaquePointerElementType() const { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11/cassert:44, from /root/sycl_workspace/llvm/llvm/include/llvm/CodeGen/ValueTypes.h:22, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:32: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp: In function ‘llvm::ArrayRef findTargetSubtable(llvm::StringRef)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:539:25: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 539 | assert(Name.startswith("llvm.genx.")); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:20, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:21: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp: In function ‘llvm::GenXIntrinsic::ID llvm::GenXIntrinsic::getGenXIntrinsicID(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:557:23: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 557 | if (!Name.startswith(getGenXIntrinsicPrefix())) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:20, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:21: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:571:26: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 571 | if (Name.startswith(NamePrefix)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:20, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXIntrinsics.cpp:21: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.cpp:13: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h: In function ‘bool llvm::GenXIntrinsic::isGenXIntrinsic(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:142:34: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 142 | return CF->getName().startswith(getGenXIntrinsicPrefix()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.h:12, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.cpp:12: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp:14: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h: In function ‘bool llvm::GenXIntrinsic::isGenXIntrinsic(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:142:34: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 142 | return CF->getName().startswith(getGenXIntrinsicPrefix()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.h:12, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp:12: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXRestoreIntrAttr.cpp:31: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h: In function ‘bool llvm::GenXIntrinsic::isGenXIntrinsic(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:142:34: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 142 | return CF->getName().startswith(getGenXIntrinsicPrefix()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:20, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXRestoreIntrAttr.cpp:31: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSimdCFLowering.cpp:156: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h: In function ‘bool llvm::GenXIntrinsic::isGenXIntrinsic(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:142:34: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 142 | return CF->getName().startswith(getGenXIntrinsicPrefix()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/Twine.h:13, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/GlobalVariable.h:22, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXSimdCFLowering.h:16, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSimdCFLowering.cpp:152: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp: In function ‘llvm::Function* transformKernelSignature(llvm::Function&, const std::vector&)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp:258:62: warning: ‘bool llvm::LLVMContext::supportsTypedPointers() const’ is deprecated: Always returns false [-Wdeprecated-declarations] 258 | [UseTargetTypes = !F.getContext().supportsTypedPointers()]( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Metadata.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/TrackingMDRef.h:16, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DebugLoc.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DebugProgramInstruction.h:53, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/BasicBlock.h:22, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Function.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:25, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.h:12, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp:12: /root/sycl_workspace/llvm/llvm/include/llvm/IR/LLVMContext.h:324:8: note: declared here 324 | bool supportsTypedPointers() const; | ^~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp:286:46: warning: ‘bool llvm::LLVMContext::supportsTypedPointers() const’ is deprecated: Always returns false [-Wdeprecated-declarations] 286 | if (!F.getContext().supportsTypedPointers() && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Metadata.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/TrackingMDRef.h:16, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DebugLoc.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DebugProgramInstruction.h:53, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/BasicBlock.h:22, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Function.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:25, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.h:12, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp:12: /root/sycl_workspace/llvm/llvm/include/llvm/IR/LLVMContext.h:324:8: note: declared here 324 | bool supportsTypedPointers() const; | ^~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp: In member function ‘bool {anonymous}::GenXSPIRVWriterAdaptorImpl::run(llvm::Module&)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp:580:30: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 580 | if (TargetTriple.startswith("genx")) { | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.h:12, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp:12: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp:581:32: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 581 | if (TargetTriple.startswith("genx32")) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.h:12, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSPIRVWriterAdaptor.cpp:12: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.cpp:30: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvmVCWrapper/IR/Type.h: In function ‘llvm::Type* VCINTR::Type::getNonOpaquePtrEltTy(const llvm::Type*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvmVCWrapper/IR/Type.h:21:45: warning: ‘llvm::Type* llvm::Type::getNonOpaquePointerElementType() const’ is deprecated: Pointers no longer have element types [-Wdeprecated-declarations] 21 | return PTy->getNonOpaquePointerElementType(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DerivedTypes.h:23, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DataLayout.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:24, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.h:12, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.cpp:12: /root/sycl_workspace/llvm/llvm/include/llvm/IR/Type.h:415:9: note: declared here 415 | Type *getNonOpaquePointerElementType() const { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSimdCFLowering.cpp:180: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvmVCWrapper/IR/Type.h: In function ‘llvm::Type* VCINTR::Type::getNonOpaquePtrEltTy(const llvm::Type*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvmVCWrapper/IR/Type.h:21:45: warning: ‘llvm::Type* llvm::Type::getNonOpaquePointerElementType() const’ is deprecated: Pointers no longer have element types [-Wdeprecated-declarations] 21 | return PTy->getNonOpaquePointerElementType(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DerivedTypes.h:23, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/GlobalValue.h:23, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/GlobalObject.h:18, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/GlobalVariable.h:25, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXSimdCFLowering.h:16, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/lib/GenXIntrinsics/GenXSimdCFLowering.cpp:152: /root/sycl_workspace/llvm/llvm/include/llvm/IR/Type.h:415:9: note: declared here 415 | Type *getNonOpaquePointerElementType() const { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/Passes/PassBuilder.h:18, from /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/LowerESIMD.cpp:37: /root/sycl_workspace/llvm/llvm/include/llvm/Analysis/CGSCCPassManager.h:109: warning: "DEBUG_TYPE" redefined 109 | #define DEBUG_TYPE "cgscc" | In file included from /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/LowerESIMD.cpp:20: /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/../../IR/ConstantsContext.h:39: note: this is the location of the previous definition 39 | #define DEBUG_TYPE "ir" | In file included from /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/LowerESIMDVLoadVStore.cpp:24: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h: In function ‘bool llvm::GenXIntrinsic::isGenXIntrinsic(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:142:34: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 142 | return CF->getName().startswith(getGenXIntrinsicPrefix()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMapEntry.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringMap.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Module.h:19, from /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:20, from /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/LowerESIMDVLoadVStore.cpp:24: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/ESIMDUtils.cpp:13: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h: In function ‘bool llvm::GenXIntrinsic::isGenXIntrinsic(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:142:34: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 142 | return CF->getName().startswith(getGenXIntrinsicPrefix()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Function.h:21, from /root/sycl_workspace/llvm/llvm/include/llvm/SYCLLowerIR/ESIMD/ESIMDUtils.h:18, from /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/ESIMDUtils.cpp:11: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/ESIMDOptimizeVecArgCallConv.cpp:24: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h: In function ‘bool llvm::GenXIntrinsic::isGenXIntrinsic(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:142:34: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 142 | return CF->getName().startswith(getGenXIntrinsicPrefix()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Function.h:21, from /root/sycl_workspace/llvm/llvm/include/llvm/SYCLLowerIR/ESIMD/ESIMDUtils.h:18, from /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/ESIMDOptimizeVecArgCallConv.cpp:20: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/LowerESIMD.cpp:28: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h: In function ‘bool llvm::GenXIntrinsic::isGenXIntrinsic(const llvm::Function*)’: /root/sycl_workspace/llvm/build/_deps/vc-intrinsics-src/GenXIntrinsics/include/llvm/GenXIntrinsics/GenXIntrinsics.h:142:34: warning: ‘bool llvm::StringRef::startswith(llvm::StringRef) const’ is deprecated: Use starts_with instead [-Wdeprecated-declarations] 142 | return CF->getName().startswith(getGenXIntrinsicPrefix()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringSwitch.h:16, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/FloatingPointMode.h:19, from /root/sycl_workspace/llvm/llvm/include/llvm/ADT/APFloat.h:20, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Constants.h:23, from /root/sycl_workspace/llvm/llvm/include/llvm/SYCLLowerIR/ESIMD/LowerESIMD.h:22, from /root/sycl_workspace/llvm/llvm/lib/SYCLLowerIR/ESIMD/LowerESIMD.cpp:16: /root/sycl_workspace/llvm/llvm/include/llvm/ADT/StringRef.h:263:29: note: declared here 263 | "starts_with") bool startswith(StringRef Prefix) const { | ^~~~~~~~~~ /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVRegularizeLLVM.cpp: In function ‘void SPIRV::simplifyBuiltinVarAccesses(llvm::GlobalValue*)’: /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVRegularizeLLVM.cpp:350:45: warning: ‘bool llvm::LLVMContext::supportsTypedPointers() const’ is deprecated: Always returns false [-Wdeprecated-declarations] 350 | if (GV->getContext().supportsTypedPointers()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Metadata.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/TrackingMDRef.h:16, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DebugLoc.h:17, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/Instruction.h:21, from /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/libSPIRV/SPIRVError.h:44, from /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVInternal.h:44, from /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVRegularizeLLVM.h:38, from /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVRegularizeLLVM.cpp:40: /root/sycl_workspace/llvm/llvm/include/llvm/IR/LLVMContext.h:324:8: note: declared here 324 | bool supportsTypedPointers() const; | ^~~~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/libSPIRV/SPIRVDecorate.cpp: In member function ‘virtual void SPIRV::SPIRVDecorate::encode(std::ostream&) const’: /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/libSPIRV/SPIRVDecorate.cpp:128:51: warning: this statement may fall through [-Wimplicit-fallthrough=] 128 | SPIRVDecorateFuncParamDescAttr::encodeLiterals(Encoder, Literals); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/libSPIRV/SPIRVDecorate.cpp:129:3: note: here 129 | case internal::DecorationHostAccessINTEL: | ^~~~ /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/libSPIRV/SPIRVDecorate.cpp: In member function ‘virtual void SPIRV::SPIRVDecorate::decode(std::istream&)’: /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/libSPIRV/SPIRVDecorate.cpp:165:51: warning: this statement may fall through [-Wimplicit-fallthrough=] 165 | SPIRVDecorateFuncParamDescAttr::decodeLiterals(Decoder, Literals); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/libSPIRV/SPIRVDecorate.cpp:166:3: note: here 166 | case internal::DecorationHostAccessINTEL: | ^~~~ /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVWriter.cpp: In member function ‘SPIRV::SPIRVValue* SPIRV::LLVMToSPIRVBase::transValueWithoutDecoration(llvm::Value*, SPIRV::SPIRVBasicBlock*, bool, SPIRV::LLVMToSPIRVBase::FuncTransMode)’: /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVWriter.cpp:2065:44: warning: ‘bool llvm::Type::isOpaquePointerTy() const’ is deprecated: Use isPointerTy() instead [-Wdeprecated-declarations] 2065 | auto *VecTy = GVTy->isOpaquePointerTy() | ~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DerivedTypes.h:23, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DataLayout.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DebugInfo.h:27, from /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/LLVMToSPIRVDbgTran.h:43, from /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVWriter.h:45, from /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVWriter.cpp:41: /root/sycl_workspace/llvm/llvm/include/llvm/IR/Type.h:259:8: note: declared here 259 | bool isOpaquePointerTy() const { return isPointerTy(); }; | ^~~~~~~~~~~~~~~~~ /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVWriter.cpp:2068:67: warning: ‘llvm::Type* llvm::Type::getNonOpaquePointerElementType() const’ is deprecated: Pointers no longer have element types [-Wdeprecated-declarations] 2068 | GVTy->getNonOpaquePointerElementType()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DerivedTypes.h:23, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DataLayout.h:27, from /root/sycl_workspace/llvm/llvm/include/llvm/IR/DebugInfo.h:27, from /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/LLVMToSPIRVDbgTran.h:43, from /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVWriter.h:45, from /root/sycl_workspace/llvm/llvm-spirv/lib/SPIRV/SPIRVWriter.cpp:41: /root/sycl_workspace/llvm/llvm/include/llvm/IR/Type.h:415:9: note: declared here 415 | Type *getNonOpaquePointerElementType() const { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from In file included from /root/sycl_workspace/llvm/libdevice/imf_wrapper_fp64.cpp:10: In file included from /root/sycl_workspace/llvm/libdevice/device_imf.hpp/root/sycl_workspace/llvm/libdevice/imf_wrapper.cpp:9:13: In file included from /root/sycl_workspace/llvm/libdevice/imf_bf16.hpp:: 13: In file included from /root/sycl_workspace/llvm/libdevice/imf_impl_utils.hpp:12:10: /root/sycl_workspace/llvm/libdevice/device_imf.hppfatal error: :'cstddef' file not found 13: In file included from /root/sycl_workspace/llvm/libdevice/imf_bf16.hpp:In file included from 13 : 12 | /root/sycl_workspace/llvm/libdevice/imf_impl_utils.hpp#i/root/sycl_workspace/llvm/build/./lib/libdevice/imf_fp64_fallback.cppn:c12l:10u:d10e: :In file included from fatal error: /root/sycl_workspace/llvm/libdevice/imf/../imf_bf16.hpp 'cstddef' file not found| :In file included from 13/root/sycl_workspace/llvm/build/./lib/libdevice/imf_bf16_fallback.cpp ^~~~~~~~~: : 10/root/sycl_workspace/llvm/libdevice/imf/../imf_impl_utils.hpp: :In file included from /root/sycl_workspace/llvm/libdevice/imf/../device_imf.hpp:13 : 1212 | In file included from :10/root/sycl_workspace/llvm/libdevice/imf/../imf_bf16.hpp::13# : i/root/sycl_workspace/llvm/libdevice/imf/../imf_impl_utils.hppfatal error: :12:n10'cstddef' file not found: clufatal error: d e 'cstddef' file not found 12 | 12 | | # ^~~~~~~~~inc lude | ^~~~~~~~~ #inIn file included from /root/sycl_workspace/llvm/build/./lib/libdevice/imf_fp32_fallback.cpp:10: In file included from /root/sycl_workspace/llvm/libdevice/imf/../device_imf.hpp:13: In file included from /root/sycl_workspace/llvm/libdevice/imf/../imf_bf16.hpp:13: /root/sycl_workspace/llvm/libdevice/imf/../imf_impl_utils.hpp:12:10: fatal error: 'cstddef' file not found 12 | #include | ^~~~~~~~~ clude | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/./lib/libdevice/imf_bf16_fallback.cpp:10: In file included from /root/sycl_workspace/llvm/libdevice/imf/../device_imf.hpp:13: In file included from /root/sycl_workspace/llvm/libdevice/imf/../imf_bf16.hpp:13: /root/sycl_workspace/llvm/libdevice/imf/../imf_impl_utils.hpp:12:10: fatal error: 'cstddef' file not found 12 | #include | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/libdevice/imf_wrapper_bf16.cpp:10: In file included from /root/sycl_workspace/llvm/libdevice/imf_bf16.hpp:13: /root/sycl_workspace/llvm/libdevice/imf_impl_utils.hpp:12:10: fatal error: 'cstddef' file not found 12 | #include | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/libdevice/fallback-cassert.cpp:9: /root/sycl_workspace/llvm/libdevice/atomic.hpp:10:10: In file included from fatal error: 'cstdint' file not found 10 | #include | ^~~~~~~~~ /root/sycl_workspace/llvm/libdevice/fallback-cstring.cpp:9: /root/sycl_workspace/llvm/libdevice/wrapper.h:16:10: fatal error: 'cstddef' file not found 16 | #include | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/libdevice/fallback-complex-fp64.cpp:13: /root/sycl_workspace/llvm/build/tools/libdevice/../../bin/../include/sycl/stl_wrappers/cmath:7:15: fatal error: 'cmath' file not found 7 | #include_next | ^~~~~~~ In file included from /root/sycl_workspace/llvm/build/./lib/libdevice/imf_fp32_fallback.cpp:10: In file included from /root/sycl_workspace/llvm/libdevice/imf/../device_imf.hpp:13: In file included from /root/sycl_workspace/llvm/libdevice/imf/../imf_bf16.hpp:13: /root/sycl_workspace/llvm/libdevice/imf/../imf_impl_utils.hpp:12:10: fatal error: 'cstddef' file not found 12 | #include | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/build/./lib/libdevice/imf_fp64_fallback.cpp:10: In file included from /root/sycl_workspace/llvm/libdevice/imf/../device_imf.hpp:13: In file included from /root/sycl_workspace/llvm/libdevice/imf/../imf_bf16.hpp:13: /root/sycl_workspace/llvm/libdevice/imf/../imf_impl_utils.hpp:12:10: fatal error: 'cstddef' file not found 12 | #include | ^~~~~~~~~ 1 error generated. In file included from /root/sycl_workspace/llvm/libdevice/fallback-complex.cpp:12: In file included from /root/sycl_workspace/llvm/libdevice/fallback-cmath.cpp/root/sycl_workspace/llvm/build/tools/libdevice/../../bin/../include/sycl/stl_wrappers/cmath::97: :15/root/sycl_workspace/llvm/libdevice/device_math.h:: 14:10:fatal error: 'cmath' file not foundfatal error: 'cstdint' file not found 7 | #14i | n#cilnucdleu_dnee x> | | ^~~~~~~~~ ^~~~~~~ 1 error generated. In file included from /root/sycl_workspace/llvm/libdevice/itt_compiler_wrappers.cpp:9: In file included from /root/sycl_workspace/llvm/libdevice/device_itt.h:15: /root/sycl_workspace/llvm/libdevice/spirv_vars.h:16:10: fatal error: 'cstddef' file not found 16 | #include | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/libdevice/crt_wrapper.cpp:9: /root/sycl_workspace/llvm/libdevice/wrapper.h:16:10: fatal error: 'cstddef' file not found In file included from /root/sycl_workspace/llvm/libdevice/itt_stubs.cpp:9: In file included from 16/root/sycl_workspace/llvm/libdevice/device_itt.h | :#15i: nc/root/sycl_workspace/llvm/libdevice/spirv_vars.hl:u16d:e10 :< cstfatal error: dde'cstddef' file not foundf> | ^~~~~~~~~ 16 | #include | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/libdevice/itt_user_wrappers.cpp:9: In file included from /root/sycl_workspace/llvm/libdevice/device_itt.h:15: /root/sycl_workspace/llvm/libdevice/spirv_vars.h:16:10: fatal error: 'cstddef' file not found 16 | #include | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/libdevice/bfloat16_wrapper.cpp:13: In file included from /root/sycl_workspace/llvm/build/tools/libdevice/../../bin/../include/sycl/CL/__spirv/spirv_ops.hpp:11: In file included from /root/sycl_workspace/llvm/build/tools/libdevice/../../bin/../include/sycl/CL/__spirv/spirv_types.hpp:11: /root/sycl_workspace/llvm/build/tools/libdevice/../../bin/../include/sycl/detail/defines.hpp:14:10: fatal error: 'climits' file not found 14 | #include | ^~~~~~~~~ 1 error generated. 1 error generated. In file included from /root/sycl_workspace/llvm/libdevice/bfloat16_wrapper.cpp:13: In file included from /root/sycl_workspace/llvm/build/tools/libdevice/../../bin/../include/sycl/CL/__spirv/spirv_ops.hpp:11: In file included from /root/sycl_workspace/llvm/build/tools/libdevice/../../bin/../include/sycl/CL/__spirv/spirv_types.hpp:11: /root/sycl_workspace/llvm/build/tools/libdevice/../../bin/../include/sycl/detail/defines.hpp:14:10: fatal error: 'climits' file not found 14 | #1 error generated. inIn file included from /root/sycl_workspace/llvm/libdevice/fallback-cmath-fp64.cpp:10: c/root/sycl_workspace/llvm/libdevice/device_math.h:14:lud10: efatal error: 'cstdint' file not found cstdint> | | /root/sycl_workspace/llvm/libdevice/fallback-bfloat16.cpp: ^~~~~~~~~13 ^~~~~~~~~: 10: fatal error: 'cstdint' file not found 13 | #include In file included from | ^~~~~~~~~ /root/sycl_workspace/llvm/libdevice/imf_wrapper_bf16.cpp:10: In file included from /root/sycl_workspace/llvm/libdevice/imf_bf16.hpp:13: /root/sycl_workspace/llvm/libdevice/imf_impl_utils.hpp:12:10: fatal error: 'cstddef' file not found 12 | #include | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/libdevice/imf_wrapper.cpp:9: In file included from 1/root/sycl_workspace/llvm/libdevice/device_imf.hpp error:13: In file included from generated/root/sycl_workspace/llvm/libdevice/imf_bf16.hpp. :13: /root/sycl_workspace/llvm/libdevice/imf_impl_utils.hpp:12:10: fatal error: 'cstddef' file not found 12 | #include | ^~~~~~~~~ 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-itt-compiler-wrappers-obj.dir/build.make:76: lib/libsycl-itt-compiler-wrappers.o] Error 1 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-cstring-spv.dir/build.make:76: lib/libsycl-fallback-cstring.spv] Error 1 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-cassert-spv.dir/build.make:76: lib/libsycl-fallback-cassert.spv] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:103979: tools/libdevice/CMakeFiles/libsycl-fallback-cassert-spv.dir/all] Error 2 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: *** [CMakeFiles/Makefile2:104033: tools/libdevice/CMakeFiles/libsycl-fallback-cstring-spv.dir/all] Error 2 gmake[2]: *** [CMakeFiles/Makefile2:103655: tools/libdevice/CMakeFiles/libsycl-itt-compiler-wrappers-obj.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-crt-obj.dir/build.make:76: lib/libsycl-crt.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:103709: tools/libdevice/CMakeFiles/libsycl-crt-obj.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-itt-stubs-obj.dir/build.make:76: lib/libsycl-itt-stubs.o] Error 1 In file included from /root/sycl_workspace/llvm/libdevice/cmath_wrapper_fp64.cpp:10: /root/sycl_workspace/llvm/libdevice/device_math.h:14:10: fatal error: 'cstdint' file not found gmake[2]: *** [CMakeFiles/Makefile2:103628: tools/libdevice/CMakeFiles/libsycl-itt-stubs-obj.dir/all] Error 2 14 | #include | ^~~~~~~~~ gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-itt-user-wrappers-obj.dir/build.make:76: lib/libsycl-itt-user-wrappers.o] Error 1 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-bfloat16-spv.dir/build.make:73: lib/libsycl-fallback-bfloat16.spv] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:103682: tools/libdevice/CMakeFiles/libsycl-itt-user-wrappers-obj.dir/all] Error 2 gmake[2]: *** [CMakeFiles/Makefile2:104304: tools/libdevice/CMakeFiles/libsycl-fallback-bfloat16-spv.dir/all] Error 2 1 error generated. 1 error generated. In file included from /root/sycl_workspace/llvm/libdevice/fallback-cassert.cpp:9: /root/sycl_workspace/llvm/libdevice/atomic.hpp:10:10: fatal error: 'cstdint' file not found 10 | #include | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/libdevice/sanitizer_utils.cpp:9: /root/sycl_workspace/llvm/libdevice/atomic.hpp:10:10: fatal error: 'cstdint' file not found 10 | #include | ^~~~~~~~~ 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/imf_bf16_host_obj.dir/build.make:79: lib/imf-bf16-host.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104799: tools/libdevice/CMakeFiles/imf_bf16_host_obj.dir/all] Error 2 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-cmath-spv.dir/build.make:75: lib/libsycl-fallback-cmath.spv] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104195: tools/libdevice/CMakeFiles/libsycl-fallback-cmath-spv.dir/all] Error 2 1 error generated. 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-cmath-fp64-spv.dir/build.make:75: lib/libsycl-fallback-cmath-fp64.spv] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104249: tools/libdevice/CMakeFiles/libsycl-fallback-cmath-fp64-spv.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-cmath-fp64-obj.dir/build.make:75: lib/libsycl-cmath-fp64.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:103817: tools/libdevice/CMakeFiles/libsycl-cmath-fp64-obj.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-cassert-obj.dir/build.make:76: lib/libsycl-fallback-cassert.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104006: tools/libdevice/CMakeFiles/libsycl-fallback-cassert-obj.dir/all] Error 2 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-imf-bf16-obj.dir/build.make:79: lib/libsycl-imf-bf16.o] Error 1 In file included from /root/sycl_workspace/llvm/libdevice/imf_wrapper_fp64.cpp:10: In file included from /root/sycl_workspace/llvm/libdevice/device_imf.hpp:13: In file included from /root/sycl_workspace/llvm/libdevice/imf_bf16.hpp:13: /root/sycl_workspace/llvm/libdevice/imf_impl_utils.hpp:12:10: fatal error: 'cstddef' file not found 12 | gmake[2]: *** [CMakeFiles/Makefile2:103898: tools/libdevice/CMakeFiles/libsycl-imf-bf16-obj.dir/all] Error 2 #include | ^~~~~~~~~ 1 error generated. In file included from /root/sycl_workspace/llvm/libdevice/cmath_wrapper.cpp:9: /root/sycl_workspace/llvm/libdevice/device_math.h:14:10: fatal error: 'cstdint' file not found 14 | #include | ^~~~~~~~~ 1 error generated. 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-complex-fp64-spv.dir/build.make:75: lib/libsycl-fallback-complex-fp64.spv] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104141: tools/libdevice/CMakeFiles/libsycl-fallback-complex-fp64-spv.dir/all] Error 2 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/imf_fp64_host_obj.dir/build.make:79: lib/imf-fp64-host.o] Error 1 1 error generated. gmake[2]: *** [CMakeFiles/Makefile2:104772: tools/libdevice/CMakeFiles/imf_fp64_host_obj.dir/all] Error 2 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-complex-spv.dir/build.make:75: lib/libsycl-fallback-complex.spv] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104087: tools/libdevice/CMakeFiles/libsycl-fallback-complex-spv.dir/all] Error 2 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/imf_fallback_bf16_spv.dir/build.make:77: lib/libsycl-fallback-imf-bf16.spv] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104662: tools/libdevice/CMakeFiles/imf_fallback_bf16_spv.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/imf_fallback_bf16_host_obj.dir/build.make:77: lib/fallback-imf-bf16-host.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104718: tools/libdevice/CMakeFiles/imf_fallback_bf16_host_obj.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/imf_fp32_host_obj.dir/build.make:79: lib/imf-fp32-host.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104745: tools/libdevice/CMakeFiles/imf_fp32_host_obj.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-sanitizer-obj.dir/build.make:78: lib/libsycl-sanitizer.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:103952: tools/libdevice/CMakeFiles/libsycl-sanitizer-obj.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-cmath-obj.dir/build.make:75: lib/libsycl-cmath.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:103790: tools/libdevice/CMakeFiles/libsycl-cmath-obj.dir/all] Error 2 1 error generated. 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/imf_fallback_fp64_spv.dir/build.make:81: lib/libsycl-fallback-imf-fp64.spv] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104578: tools/libdevice/CMakeFiles/imf_fallback_fp64_spv.dir/all] Error 2 In file included from /root/sycl_workspace/llvm/libdevice/fallback-cstring.cpp:9: /root/sycl_workspace/llvm/libdevice/wrapper.h:16:10: fatal error: 'cstddef' file not found 16 | #include | ^~~~~~~~~ In file included from /root/sycl_workspace/llvm/libdevice/fallback-complex-fp64.cpp:13: /root/sycl_workspace/llvm/build/tools/libdevice/../../bin/../include/sycl/stl_wrappers/cmath:7:15: fatal error: 'cmath' file not found 7 | #include_next | ^~~~~~~ In file included from /root/sycl_workspace/llvm/libdevice/fallback-complex.cpp:12: /root/sycl_workspace/llvm/build/tools/libdevice/../../bin/../include/sycl/stl_wrappers/cmath:7:15: fatal error: 'cmath' file not found 7 | #include_next | ^~~~~~~ gmake[3]: *** [tools/libdevice/CMakeFiles/imf_fallback_fp64_host_obj.dir/build.make:81: lib/fallback-imf-fp64-host.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104634: tools/libdevice/CMakeFiles/imf_fallback_fp64_host_obj.dir/all] Error 2 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-cstring-obj.dir/build.make:76: lib/libsycl-fallback-cstring.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104060: tools/libdevice/CMakeFiles/libsycl-fallback-cstring-obj.dir/all] Error 2 1 error generated. 1 error generated. 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/imf_fallback_fp32_host_obj.dir/build.make:84: lib/fallback-imf-fp32-host.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104550: tools/libdevice/CMakeFiles/imf_fallback_fp32_host_obj.dir/all] Error 2 1 error generated. 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-imf-obj.dir/build.make:79: lib/libsycl-imf.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:103844: tools/libdevice/CMakeFiles/libsycl-imf-obj.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-complex-fp64-obj.dir/build.make:75: lib/libsycl-fallback-complex-fp64.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104168: tools/libdevice/CMakeFiles/libsycl-fallback-complex-fp64-obj.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-imf-fp64-obj.dir/build.make:79: lib/libsycl-imf-fp64.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:103871: tools/libdevice/CMakeFiles/libsycl-imf-fp64-obj.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/imf_fallback_fp32_spv.dir/build.make:84: lib/libsycl-fallback-imf.spv] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104494: tools/libdevice/CMakeFiles/imf_fallback_fp32_spv.dir/all] Error 2 1 error generated. 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-fallback-complex-obj.dir/build.make:75: lib/libsycl-fallback-complex.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104114: tools/libdevice/CMakeFiles/libsycl-fallback-complex-obj.dir/all] Error 2 gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-bfloat16-obj.dir/build.make:75: lib/libsycl-bfloat16.o] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:103925: tools/libdevice/CMakeFiles/libsycl-bfloat16-obj.dir/all] Error 2 1 error generated. gmake[3]: *** [tools/libdevice/CMakeFiles/libsycl-native-bfloat16-spv.dir/build.make:73: lib/libsycl-native-bfloat16.spv] Error 1 gmake[2]: *** [CMakeFiles/Makefile2:104360: tools/libdevice/CMakeFiles/libsycl-native-bfloat16-spv.dir/all] Error 2 gmake[1]: *** [CMakeFiles/Makefile2:98046: tools/sycl/CMakeFiles/deploy-sycl-toolchain.dir/rule] Error 2 gmake: *** [Makefile:21757: deploy-sycl-toolchain] Error 2 Traceback (most recent call last): File "/root/sycl_workspace/llvm/buildbot/compile.py", line 71, in ret = main() ^^^^^^ File "/root/sycl_workspace/llvm/buildbot/compile.py", line 67, in main return do_compile(args) ^^^^^^^^^^^^^^^^ File "/root/sycl_workspace/llvm/buildbot/compile.py", line 42, in do_compile subprocess.check_call(cmake_cmd, cwd=abs_obj_dir) File "/root/miniconda3/lib/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '--build', '/root/sycl_workspace/llvm/build', '--', 'deploy-sycl-toolchain', '-j', '128']' returned non-zero exit status 2.