[llvm] [ms] [llvm-ml] Implement support for PROC NEAR/FAR (PR #131707)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri May 2 15:13:20 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `amdgpu-offload-rhel-8-cmake-build-only` running on `rocm-docker-rhel-8` while building `llvm` at step 4 "annotate".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/204/builds/8212
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 4 (annotate) failure: '../llvm-zorg/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py --jobs=32' (failure)
...
[2842/7797] Building Options.inc...
[2843/7797] Building Options.inc...
[2844/7797] Building Options.inc...
[2845/7797] Building GPUDeviceMapperEnums.cpp.inc...
[2846/7797] Building GPUDeviceMapperEnums.h.inc...
[2847/7797] Building IRDLAttributes.cpp.inc...
[2848/7797] Building IRDLAttributes.h.inc...
[2849/7797] Building IRDLEnums.cpp.inc...
[2850/7797] Building IRDLEnums.h.inc...
[2851/7797] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o
FAILED: lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o
ccache /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DLLVM_EXPORTS -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/build/lib/MC/MCParser -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/build/include -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wno-misleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17 -fPIC -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o -c /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp: In constructor ‘{anonymous}::MasmParser::MasmParser(llvm::SourceMgr&, llvm::MCContext&, llvm::MCStreamer&, const llvm::MCAsmInfo&, tm, unsigned int)’:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:990:7: error: type ‘llvm::MCAsmParser’ is not a direct base of ‘{anonymous}::MasmParser’
: MCAsmParser(Ctx, Out, SM, MAI), CurBuffer(CB ? CB : SM.getMainFileID()),
^~~~~~~~~~~
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:991:12: error: use of deleted function ‘llvm::MCMasmParser::MCMasmParser()’
TM(TM) {
^
In file included from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:39:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include/llvm/MC/MCParser/MCMasmParser.h:17:7: note: ‘llvm::MCMasmParser::MCMasmParser()’ is implicitly deleted because the default definition would be ill-formed:
class MCMasmParser : public MCAsmParser {
^~~~~~~~~~~~
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include/llvm/MC/MCParser/MCMasmParser.h:17:7: error: no matching function for call to ‘llvm::MCAsmParser::MCAsmParser()’
In file included from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:37:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include/llvm/MC/MCParser/MCAsmParser.h:139:3: note: candidate: ‘llvm::MCAsmParser::MCAsmParser(llvm::MCContext&, llvm::MCStreamer&, llvm::SourceMgr&, const llvm::MCAsmInfo&)’
MCAsmParser(MCContext &, MCStreamer &, SourceMgr &, const MCAsmInfo &);
^~~~~~~~~~~
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include/llvm/MC/MCParser/MCAsmParser.h:139:3: note: candidate expects 4 arguments, 0 provided
[2852/7797] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o
[2853/7797] Building GPUOpsAttributes.cpp.inc...
[2854/7797] Building LinalgTransformOpsEnums.cpp.inc...
[2855/7797] Building GPUOpsAttributes.h.inc...
[2856/7797] Building LinalgTransformOpsEnums.h.inc...
[2857/7797] Linking CXX shared library lib/libLLVMFuzzerCLI.so.21.0git
[2858/7797] Linking CXX shared library lib/libLLVMWindowsDriver.so.21.0git
[2859/7797] Linking CXX shared library lib/libLLVMOrcTargetProcess.so.21.0git
[2860/7797] Linking CXX shared library lib/libLLVMBinaryFormat.so.21.0git
[2861/7797] Linking CXX executable bin/llvm-config
[2862/7797] Building LLVMIntrinsicOps.cpp.inc...
[2863/7797] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o
[2864/7797] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o
[2865/7797] Building AMDGPUGenMCPseudoLowering.inc...
[2866/7797] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o
[2867/7797] Building AMDGPUGenRegBankGICombiner.inc...
[2868/7797] Building AMDGPUGenPostLegalizeGICombiner.inc...
[2869/7797] Building AMDGPUGenPreLegalizeGICombiner.inc...
[2870/7797] Building AMDGPUGenSubtargetInfo.inc...
[2871/7797] Building AMDGPUGenDisassemblerTables.inc...
Step 7 (build cmake config) failure: build cmake config (failure)
...
[2842/7797] Building Options.inc...
[2843/7797] Building Options.inc...
[2844/7797] Building Options.inc...
[2845/7797] Building GPUDeviceMapperEnums.cpp.inc...
[2846/7797] Building GPUDeviceMapperEnums.h.inc...
[2847/7797] Building IRDLAttributes.cpp.inc...
[2848/7797] Building IRDLAttributes.h.inc...
[2849/7797] Building IRDLEnums.cpp.inc...
[2850/7797] Building IRDLEnums.h.inc...
[2851/7797] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o
FAILED: lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o
ccache /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DLLVM_EXPORTS -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/build/lib/MC/MCParser -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/build/include -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wno-misleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17 -fPIC -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o -c /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp: In constructor ‘{anonymous}::MasmParser::MasmParser(llvm::SourceMgr&, llvm::MCContext&, llvm::MCStreamer&, const llvm::MCAsmInfo&, tm, unsigned int)’:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:990:7: error: type ‘llvm::MCAsmParser’ is not a direct base of ‘{anonymous}::MasmParser’
: MCAsmParser(Ctx, Out, SM, MAI), CurBuffer(CB ? CB : SM.getMainFileID()),
^~~~~~~~~~~
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:991:12: error: use of deleted function ‘llvm::MCMasmParser::MCMasmParser()’
TM(TM) {
^
In file included from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:39:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include/llvm/MC/MCParser/MCMasmParser.h:17:7: note: ‘llvm::MCMasmParser::MCMasmParser()’ is implicitly deleted because the default definition would be ill-formed:
class MCMasmParser : public MCAsmParser {
^~~~~~~~~~~~
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include/llvm/MC/MCParser/MCMasmParser.h:17:7: error: no matching function for call to ‘llvm::MCAsmParser::MCAsmParser()’
In file included from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:37:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include/llvm/MC/MCParser/MCAsmParser.h:139:3: note: candidate: ‘llvm::MCAsmParser::MCAsmParser(llvm::MCContext&, llvm::MCStreamer&, llvm::SourceMgr&, const llvm::MCAsmInfo&)’
MCAsmParser(MCContext &, MCStreamer &, SourceMgr &, const MCAsmInfo &);
^~~~~~~~~~~
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include/llvm/MC/MCParser/MCAsmParser.h:139:3: note: candidate expects 4 arguments, 0 provided
[2852/7797] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o
[2853/7797] Building GPUOpsAttributes.cpp.inc...
[2854/7797] Building LinalgTransformOpsEnums.cpp.inc...
[2855/7797] Building GPUOpsAttributes.h.inc...
[2856/7797] Building LinalgTransformOpsEnums.h.inc...
[2857/7797] Linking CXX shared library lib/libLLVMFuzzerCLI.so.21.0git
[2858/7797] Linking CXX shared library lib/libLLVMWindowsDriver.so.21.0git
[2859/7797] Linking CXX shared library lib/libLLVMOrcTargetProcess.so.21.0git
[2860/7797] Linking CXX shared library lib/libLLVMBinaryFormat.so.21.0git
[2861/7797] Linking CXX executable bin/llvm-config
[2862/7797] Building LLVMIntrinsicOps.cpp.inc...
[2863/7797] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o
[2864/7797] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o
[2865/7797] Building AMDGPUGenMCPseudoLowering.inc...
[2866/7797] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o
[2867/7797] Building AMDGPUGenRegBankGICombiner.inc...
[2868/7797] Building AMDGPUGenPostLegalizeGICombiner.inc...
[2869/7797] Building AMDGPUGenPreLegalizeGICombiner.inc...
[2870/7797] Building AMDGPUGenSubtargetInfo.inc...
[2871/7797] Building AMDGPUGenDisassemblerTables.inc...
```
</details>
https://github.com/llvm/llvm-project/pull/131707
More information about the llvm-commits
mailing list