slydiman wrote: > Feel free to ping on this PR if any issues pop up
https://lab.llvm.org/buildbot/#/builders/195/builds/8106 ``` 14.009 [1092/66/4173] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DemangledNameInfo.cpp.o FAILED: tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DemangledNameInfo.cpp.o ccache /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DHAVE_ROUND -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/source/Core -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Core -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/llvm/include -I/usr/include/python3.12 -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/llvm/../clang/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/../clang/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/source -D__OPTIMIZE__ -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-maybe-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 -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-stringop-truncation -O3 -DNDEBUG -std=c++17 -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DemangledNameInfo.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DemangledNameInfo.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DemangledNameInfo.cpp.o -c /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Core/DemangledNameInfo.cpp In file included from /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Core/DemangledNameInfo.cpp:9: /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include/lldb/Core/DemangledNameInfo.h: In function ‘bool lldb_private::operator==(const DemangledNameInfo&, const DemangledNameInfo&)’: /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include/lldb/Core/DemangledNameInfo.h:59:17: error: ‘tie’ is not a member of ‘std’ 59 | return std::tie(lhs.BasenameRange, lhs.ArgumentsRange, lhs.ScopeRange, | ^~~ /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include/lldb/Core/DemangledNameInfo.h:16:1: note: ‘std::tie’ is defined in header ‘<tuple>’; did you forget to ‘#include <tuple>’? 15 | #include <cstddef> +++ |+#include <tuple> 16 | #include <utility> /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include/lldb/Core/DemangledNameInfo.h:60:25: error: ‘const struct lldb_private::DemangledNameInfo’ has no member named ‘QualifiersRange’ 60 | lhs.QualifiersRange) == | ^~~~~~~~~~~~~~~ /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include/lldb/Core/DemangledNameInfo.h:61:17: error: ‘tie’ is not a member of ‘std’ 61 | std::tie(rhs.BasenameRange, rhs.ArgumentsRange, rhs.ScopeRange, | ^~~ /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include/lldb/Core/DemangledNameInfo.h:61:17: note: ‘std::tie’ is defined in header ‘<tuple>’; did you forget to ‘#include <tuple>’? /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include/lldb/Core/DemangledNameInfo.h:62:25: error: ‘const struct lldb_private::DemangledNameInfo’ has no member named ‘QualifiersRange’ 62 | lhs.QualifiersRange); | ^~~~~~~~~~~~~~~ ``` https://lab.llvm.org/buildbot/#/builders/197/builds/4461 ``` 57.641 [989/130/4314]Building CXX object tools\lldb\source\Core\CMakeFiles\lldbCore.dir\DemangledNameInfo.cpp.obj FAILED: tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DemangledNameInfo.cpp.obj ccache C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe /nologo /TP -DCLANG_BUILD_STATIC -DGTEST_HAS_RTTI=0 -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -IC:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\source\Core -IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\source\Core -IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\include -IC:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\include -IC:\buildbot\as-builder-10\lldb-x-aarch64\build\include -IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\llvm\include -IC:\Python312\include -IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\llvm\..\clang\include -IC:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\..\clang\include -IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\source -IC:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\source -D__OPTIMIZE__ /Zc:inline /Zc:preprocessor /Zc:__cplusplus /Oi /bigobj /permissive- /W4 -wd4141 -wd4146 -wd4244 -wd4267 -wd4291 -wd4351 -wd4456 -wd4457 -wd4458 -wd4459 -wd4503 -wd4624 -wd4722 -wd4100 -wd4127 -wd4512 -wd4505 -wd4610 -wd4510 -wd4702 -wd4245 -wd4706 -wd4310 -wd4701 -wd4703 -wd4389 -wd4611 -wd4805 -wd4204 -wd4577 -wd4091 -wd4592 -wd4319 -wd4709 -wd5105 -wd4324 -wd4251 -wd4275 -w14062 -we4238 /Gw /O2 /Ob2 -MD -wd4018 -wd4068 -wd4150 -wd4201 -wd4251 -wd4521 -wd4530 -wd4589 /EHs-c- /GR- -UNDEBUG -std:c++17 /showIncludes /Fotools\lldb\source\Core\CMakeFiles\lldbCore.dir\DemangledNameInfo.cpp.obj /Fdtools\lldb\source\Core\CMakeFiles\lldbCore.dir\lldbCore.pdb /FS -c C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\source\Core\DemangledNameInfo.cpp C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\include\lldb/Core/DemangledNameInfo.h(59): error C2039: 'tie': is not a member of 'std' C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\cctype(20): note: see declaration of 'std' C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\include\lldb/Core/DemangledNameInfo.h(60): error C2039: 'QualifiersRange': is not a member of 'lldb_private::DemangledNameInfo' C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\include\lldb/Core/DemangledNameInfo.h(22): note: see declaration of 'lldb_private::DemangledNameInfo' C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\include\lldb/Core/DemangledNameInfo.h(59): error C3861: 'tie': identifier not found C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\include\lldb/Core/DemangledNameInfo.h(61): error C2039: 'tie': is not a member of 'std' C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\cctype(20): note: see declaration of 'std' C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\include\lldb/Core/DemangledNameInfo.h(62): error C2039: 'QualifiersRange': is not a member of 'lldb_private::DemangledNameInfo' C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\include\lldb/Core/DemangledNameInfo.h(22): note: see declaration of 'lldb_private::DemangledNameInfo' C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\include\lldb/Core/DemangledNameInfo.h(61): error C3861: 'tie': identifier not found ``` https://github.com/llvm/llvm-project/pull/131836 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits