[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:14:48 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `ml-opt-devrel-x86-64` running on `ml-opt-devrel-x86-64-b1` while building `llvm` at step 5 "build-unified-tree".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/175/builds/17831
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 5 (build-unified-tree) failure: build (failure)
...
19.185 [2601/64/1200] Building MipsGenAsmMatcher.inc...
19.205 [2600/64/1201] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430InstPrinter.cpp.o
19.230 [2599/64/1202] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCCodeEmitter.cpp.o
19.243 [2598/64/1203] Building CXX object lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/MSP430TargetInfo.cpp.o
19.257 [2597/64/1204] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCTargetDesc.cpp.o
19.287 [2596/64/1205] Building CXX object lib/Target/MSP430/Disassembler/CMakeFiles/LLVMMSP430Disassembler.dir/MSP430Disassembler.cpp.o
19.322 [2595/64/1206] Building CXX object lib/Target/MSP430/AsmParser/CMakeFiles/LLVMMSP430AsmParser.dir/MSP430AsmParser.cpp.o
19.357 [2594/64/1207] Building PPCGenAsmWriter.inc...
19.601 [2593/64/1208] Building NVPTXGenAsmWriter.inc...
19.720 [2592/64/1209] 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/b/ml-opt-devrel-x86-64-b1/build/lib/MC/MCParser -I/b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/lib/MC/MCParser -I/var/lib/buildbot/.local/lib/python3.7/site-packages/tensorflow/include -I/b/ml-opt-devrel-x86-64-b1/build/include -I/b/ml-opt-devrel-x86-64-b1/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 -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 /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp
/b/ml-opt-devrel-x86-64-b1/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)’:
/b/ml-opt-devrel-x86-64-b1/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()),
| ^~~~~~~~~~~
/b/ml-opt-devrel-x86-64-b1/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 /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:39:
/b/ml-opt-devrel-x86-64-b1/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 {
| ^~~~~~~~~~~~
/b/ml-opt-devrel-x86-64-b1/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 /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:37:
/b/ml-opt-devrel-x86-64-b1/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 &);
| ^~~~~~~~~~~
/b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/include/llvm/MC/MCParser/MCAsmParser.h:139:3: note: candidate expects 4 arguments, 0 provided
19.821 [2592/63/1210] Building MipsGenFastISel.inc...
19.961 [2592/62/1211] Building LoongArchGenInstrInfo.inc...
19.981 [2592/61/1212] Building NVPTXGenSubtargetInfo.inc...
20.000 [2592/60/1213] Building PPCGenDisassemblerTables.inc...
20.012 [2592/59/1214] Building MipsGenDAGISel.inc...
20.032 [2592/58/1215] Building LoongArchGenDAGISel.inc...
20.081 [2592/57/1216] Building MipsGenSubtargetInfo.inc...
20.185 [2592/56/1217] Building PPCGenExegesis.inc...
20.500 [2592/55/1218] Building PPCGenMCCodeEmitter.inc...
20.869 [2592/54/1219] Building PPCGenRegisterInfo.inc...
20.989 [2592/53/1220] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o
21.189 [2592/52/1221] Building MipsGenInstrInfo.inc...
21.329 [2592/51/1222] Building SparcGenAsmMatcher.inc...
21.356 [2592/50/1223] Building SparcGenAsmWriter.inc...
21.366 [2592/49/1224] Building SparcGenDisassemblerTables.inc...
21.377 [2592/48/1225] Building SparcGenCallingConv.inc...
21.428 [2592/47/1226] Building NVPTXGenInstrInfo.inc...
21.542 [2592/46/1227] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o
21.552 [2592/45/1228] Building SparcGenDAGISel.inc...
21.776 [2592/44/1229] Building NVPTXGenDAGISel.inc...
```
</details>
https://github.com/llvm/llvm-project/pull/131707
More information about the llvm-commits
mailing list