[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:12:38 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-hip-vega20` running on `hip-vega20-0` while building `llvm` at step 3 "annotate".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/123/builds/18666
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 3 (annotate) failure: '../llvm-zorg/zorg/buildbot/builders/annotated/hip-build.sh --jobs=' (failure)
...
@@@BUILD_STEP Building LLVM@@@
[1/155] Building CXX object tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o
[2/155] Generating VCSRevision.h
[3/155] Generating VCSVersion.inc
[4/155] Linking CXX executable bin/llvm-config
[5/155] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Version.cpp.o
[6/155] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFMasmParser.cpp.o
[7/155] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o
[8/155] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o
[9/155] 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 -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/llvm/lib/MC/MCParser -I/home/botworker/bbot/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser -I/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/llvm/include -I/home/botworker/bbot/clang-hip-vega20/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-redundant-move -Wno-pessimizing-move -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -std=c++17 -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/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp
/home/botworker/bbot/clang-hip-vega20/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/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:990:7: error: type ‘llvm::MCAsmParser’ is not a direct base of ‘{anonymous}::MasmParser’
990 | : MCAsmParser(Ctx, Out, SM, MAI), CurBuffer(CB ? CB : SM.getMainFileID()),
| ^~~~~~~~~~~
/home/botworker/bbot/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:991:12: error: use of deleted function ‘llvm::MCMasmParser::MCMasmParser()’
991 | TM(TM) {
| ^
In file included from /home/botworker/bbot/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:39:
/home/botworker/bbot/clang-hip-vega20/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:
17 | class MCMasmParser : public MCAsmParser {
| ^~~~~~~~~~~~
/home/botworker/bbot/clang-hip-vega20/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/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:37:
/home/botworker/bbot/clang-hip-vega20/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&)’
139 | MCAsmParser(MCContext &, MCStreamer &, SourceMgr &, const MCAsmInfo &);
| ^~~~~~~~~~~
/home/botworker/bbot/clang-hip-vega20/llvm-project/llvm/include/llvm/MC/MCParser/MCAsmParser.h:139:3: note: candidate expects 4 arguments, 0 provided
[10/155] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o
[11/155] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o
[12/155] Building CXX object lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o
[13/155] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o
[14/155] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o
ninja: build stopped: subcommand failed.
Step 7 (Building LLVM) failure: Building LLVM (failure)
@@@BUILD_STEP Building LLVM@@@
[1/155] Building CXX object tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o
[2/155] Generating VCSRevision.h
[3/155] Generating VCSVersion.inc
[4/155] Linking CXX executable bin/llvm-config
[5/155] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Version.cpp.o
[6/155] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFMasmParser.cpp.o
[7/155] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o
[8/155] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o
[9/155] 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 -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/llvm/lib/MC/MCParser -I/home/botworker/bbot/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser -I/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/llvm/include -I/home/botworker/bbot/clang-hip-vega20/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-redundant-move -Wno-pessimizing-move -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -std=c++17 -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/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp
/home/botworker/bbot/clang-hip-vega20/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/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:990:7: error: type ‘llvm::MCAsmParser’ is not a direct base of ‘{anonymous}::MasmParser’
990 | : MCAsmParser(Ctx, Out, SM, MAI), CurBuffer(CB ? CB : SM.getMainFileID()),
| ^~~~~~~~~~~
/home/botworker/bbot/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:991:12: error: use of deleted function ‘llvm::MCMasmParser::MCMasmParser()’
991 | TM(TM) {
| ^
In file included from /home/botworker/bbot/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:39:
/home/botworker/bbot/clang-hip-vega20/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:
17 | class MCMasmParser : public MCAsmParser {
| ^~~~~~~~~~~~
/home/botworker/bbot/clang-hip-vega20/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/clang-hip-vega20/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:37:
/home/botworker/bbot/clang-hip-vega20/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&)’
139 | MCAsmParser(MCContext &, MCStreamer &, SourceMgr &, const MCAsmInfo &);
| ^~~~~~~~~~~
/home/botworker/bbot/clang-hip-vega20/llvm-project/llvm/include/llvm/MC/MCParser/MCAsmParser.h:139:3: note: candidate expects 4 arguments, 0 provided
[10/155] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o
[11/155] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o
[12/155] Building CXX object lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o
[13/155] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o
[14/155] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o
ninja: build stopped: subcommand failed.
program finished with exit code 1
elapsedTime=26.494897
```
</details>
https://github.com/llvm/llvm-project/pull/131707
More information about the llvm-commits
mailing list