[llvm] [SPIR-V] Add NonSemantic.AuxData emission (-spirv-preserve-auxdata) (PR #200002)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 02:46:51 PDT 2026


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-sparc64-linux` running on `debian-stadler-sparc64` while building `llvm` at step 7 "ninja check 1".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/114/builds/826

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
...
[844/1115] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ManagedStatic.cpp.o
[845/1115] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/BinaryStreamTest.cpp.o
[846/1115] Building CXX object unittests/ProfileData/CMakeFiles/ProfileDataTests.dir/CoverageMappingTest.cpp.o
[847/1115] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/FileCollectorTest.cpp.o
[848/1115] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/LineIteratorTest.cpp.o
[849/1115] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/MatchersTest.cpp.o
[850/1115] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/LockFileManagerTest.cpp.o
[851/1115] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/MemoryBufferRefTest.cpp.o
[852/1115] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/DataExtractorTest.cpp.o
[853/1115] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ModRefTest.cpp.o
FAILED: [code=1] unittests/Support/CMakeFiles/SupportTests.dir/ModRefTest.cpp.o 
/usr/bin/c++ -DLLVM_BUILD_STATIC -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/stage1/unittests/Support -I/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/unittests/Support -I/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/stage1/include -I/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/include -I/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/third-party/unittest/googletest/include -I/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/third-party/unittest/googlemock/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-maybe-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-dangling-reference -Wno-redundant-move -Wno-pessimizing-move -Wno-array-bounds -Wno-stringop-overread -Wno-dangling-pointer -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 -std=c++17 -UNDEBUG -Wno-dangling-else -Wno-variadic-macros -fno-exceptions -funwind-tables -fno-rtti -Wno-suggest-override -MD -MT unittests/Support/CMakeFiles/SupportTests.dir/ModRefTest.cpp.o -MF unittests/Support/CMakeFiles/SupportTests.dir/ModRefTest.cpp.o.d -o unittests/Support/CMakeFiles/SupportTests.dir/ModRefTest.cpp.o -c /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/unittests/Support/ModRefTest.cpp
cc1plus: error: expected type-specifier before ‘=’ token [-Wtemplate-body]
cc1plus: error: expected ‘>’ before ‘=’ token [-Wtemplate-body]
In file included from /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/include/llvm/ADT/STLForwardCompat.h:21,
                 from /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/include/llvm/ADT/BitmaskEnum.h:15,
                 from /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/include/llvm/Support/ModRef.h:17,
                 from /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/unittests/Support/ModRefTest.cpp:9:
/usr/include/c++/15/functional:1127:75: error: expected unqualified-id before ‘;’ token [-Wtemplate-body]
 1127 |         using __inv_res_t = typename __invoke_result<_Fn2, _Args...>::type;
      |                                                                           ^
/usr/include/c++/15/functional:1163:7: error: ‘__inv_res_t’ was not declared in this scope [-Wtemplate-body]
 1163 |       _GLIBCXX_NOT_FN_CALL_OP( & )
      |       ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/functional:1163:7: error: parse error in template argument list [-Wtemplate-body]
 1163 |       _GLIBCXX_NOT_FN_CALL_OP( & )
      |       ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/functional:1163:7: error: expected primary-expression before ‘)’ token [-Wtemplate-body]
 1163 |       _GLIBCXX_NOT_FN_CALL_OP( & )
      |       ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/functional:1164:7: error: ‘__inv_res_t’ was not declared in this scope [-Wtemplate-body]
 1164 |       _GLIBCXX_NOT_FN_CALL_OP( const & )
      |       ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/functional:1164:7: error: parse error in template argument list [-Wtemplate-body]
 1164 |       _GLIBCXX_NOT_FN_CALL_OP( const & )
      |       ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/functional:1165:7: error: ‘__inv_res_t’ was not declared in this scope [-Wtemplate-body]
 1165 |       _GLIBCXX_NOT_FN_CALL_OP( && )
      |       ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/functional:1165:7: error: parse error in template argument list [-Wtemplate-body]
 1165 |       _GLIBCXX_NOT_FN_CALL_OP( && )
      |       ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/functional:1165:7: error: expected primary-expression before ‘)’ token [-Wtemplate-body]
 1165 |       _GLIBCXX_NOT_FN_CALL_OP( && )
      |       ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/functional:1166:7: error: ‘__inv_res_t’ was not declared in this scope [-Wtemplate-body]
 1166 |       _GLIBCXX_NOT_FN_CALL_OP( const && )
      |       ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/functional:1166:7: error: parse error in template argument list [-Wtemplate-body]

```

</details>

https://github.com/llvm/llvm-project/pull/200002


More information about the llvm-commits mailing list