[llvm] [NFC] Add fragment-getting functions to DbgRecord (PR #97705)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 01:17:57 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-x86_64-debian` running on `lldb-x86_64-debian` while building `llvm` at step 4 "build".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/162/builds/1540
Here is the relevant piece of the build log for the reference:
```
Step 4 (build) failure: build (failure)
1.152 [1867/72/1] Generating VCSRevision.h
2.603 [1866/72/2] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantRangeList.cpp.o
FAILED: lib/IR/CMakeFiles/LLVMCore.dir/ConstantRangeList.cpp.o
/usr/bin/clang++ -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/worker/2.0.1/lldb-x86_64-debian/build/lib/IR -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR -I/home/worker/2.0.1/lldb-x86_64-debian/build/include -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-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/IR/CMakeFiles/LLVMCore.dir/ConstantRangeList.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/ConstantRangeList.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/ConstantRangeList.cpp.o -c /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR/ConstantRangeList.cpp
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR/ConstantRangeList.cpp:9:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/ConstantRangeList.h:20:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/ConstantRange.h:35:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/InstrTypes.h:28:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/Function.h:27:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/BasicBlock.h:23:
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/DebugProgramInstruction.h:471:32: error: member access into incomplete type 'llvm::DILocalVariable'
if (auto Sz = getVariable()->getSizeInBits())
^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/Metadata.def:110:42: note: forward declaration of 'llvm::DILocalVariable'
HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILocalVariable)
^
1 error generated.
2.658 [1866/71/3] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o
FAILED: lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o
/usr/bin/clang++ -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/worker/2.0.1/lldb-x86_64-debian/build/lib/IR -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR -I/home/worker/2.0.1/lldb-x86_64-debian/build/include -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-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/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o -c /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR/Assumptions.cpp
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR/Assumptions.cpp:18:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/Function.h:27:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/BasicBlock.h:23:
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/DebugProgramInstruction.h:471:32: error: member access into incomplete type 'llvm::DILocalVariable'
if (auto Sz = getVariable()->getSizeInBits())
^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/Metadata.def:110:42: note: forward declaration of 'llvm::DILocalVariable'
HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILocalVariable)
^
1 error generated.
2.682 [1866/70/4] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o
FAILED: lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o
/usr/bin/clang++ -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/worker/2.0.1/lldb-x86_64-debian/build/lib/IR -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR -I/home/worker/2.0.1/lldb-x86_64-debian/build/include -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-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/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o -c /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR/Comdat.cpp
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR/Comdat.cpp:19:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/Module.h:25:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/Function.h:27:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/BasicBlock.h:23:
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/DebugProgramInstruction.h:471:32: error: member access into incomplete type 'llvm::DILocalVariable'
if (auto Sz = getVariable()->getSizeInBits())
^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/Metadata.def:110:42: note: forward declaration of 'llvm::DILocalVariable'
HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILocalVariable)
^
1 error generated.
2.706 [1866/69/5] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/CycleInfo.cpp.o
FAILED: lib/IR/CMakeFiles/LLVMCore.dir/CycleInfo.cpp.o
/usr/bin/clang++ -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/worker/2.0.1/lldb-x86_64-debian/build/lib/IR -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR -I/home/worker/2.0.1/lldb-x86_64-debian/build/include -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-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/IR/CMakeFiles/LLVMCore.dir/CycleInfo.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/CycleInfo.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/CycleInfo.cpp.o -c /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR/CycleInfo.cpp
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/lib/IR/CycleInfo.cpp:9:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/CycleInfo.h:19:
In file included from /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/IR/SSAContext.h:19:
```
https://github.com/llvm/llvm-project/pull/97705
More information about the llvm-commits
mailing list