[llvm] [Transforms][DXIL] Tool to generate resource metadata and annotations (PR #98939)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 21:23:39 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-expensive-checks-debian` running on `gribozavr4` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/16/builds/1851
Here is the relevant piece of the build log for the reference:
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
...
5.825 [2/17/690] Linking CXX executable unittests/Target/AArch64/AArch64Tests
5.864 [2/16/691] Linking CXX executable unittests/MC/AMDGPU/AMDGPUMCTests
5.886 [2/15/692] Linking CXX executable unittests/Transforms/Coroutines/CoroTests
6.372 [2/14/693] Linking CXX executable unittests/tools/llvm-mca/LLVMMCATests
6.482 [2/13/694] Linking CXX executable unittests/Target/X86/X86Tests
6.561 [2/12/695] Linking CXX executable unittests/Transforms/Scalar/ScalarTests
6.885 [2/11/696] Linking CXX executable unittests/Target/AMDGPU/AMDGPUTests
6.921 [2/10/697] Linking CXX executable unittests/CodeGen/GlobalISel/GlobalISelTests
6.992 [2/9/698] Linking CXX executable unittests/CodeGen/CodeGenTests
7.090 [2/8/699] Building CXX object unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/DXILResourceTest.cpp.o
FAILED: unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/DXILResourceTest.cpp.o
CCACHE_CPP2=yes CCACHE_HASHDIR=yes /usr/bin/ccache /usr/bin/clang++ -DEXPENSIVE_CHECKS -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/b/1/llvm-clang-x86_64-expensive-checks-debian/build/unittests/Transforms/Utils -I/b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/unittests/Transforms/Utils -I/b/1/llvm-clang-x86_64-expensive-checks-debian/build/include -I/b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/include -I/b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/third-party/unittest/googletest/include -I/b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/third-party/unittest/googlemock/include -U_GLIBCXX_DEBUG -fPIC -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 -Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -Wno-suggest-override -std=c++17 -MD -MT unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/DXILResourceTest.cpp.o -MF unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/DXILResourceTest.cpp.o.d -o unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/DXILResourceTest.cpp.o -c /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/unittests/Transforms/Utils/DXILResourceTest.cpp
/b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/unittests/Transforms/Utils/DXILResourceTest.cpp:60:52: error: unknown type name 'nullptr_t'; did you mean 'std::nullptr_t'?
void appendMDs(SmallVectorImpl<Metadata *> &MDs, nullptr_t V, Ts... More) {
^~~~~~~~~
std::nullptr_t
/usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/x86_64-linux-gnu/c++/10/bits/c++config.h:268:29: note: 'std::nullptr_t' declared here
typedef decltype(nullptr) nullptr_t;
^
1 error generated.
7.118 [2/7/700] Linking CXX executable unittests/tools/llvm-exegesis/LLVMExegesisTests
7.398 [2/6/701] Linking CXX executable unittests/MIR/MIRTests
7.518 [2/5/702] Linking CXX executable unittests/DebugInfo/DWARF/DebugInfoDWARFTests
7.560 [2/4/703] Linking CXX executable unittests/MI/MITests
7.859 [2/3/704] Linking CXX executable tools/lld/unittests/AsLibELF/LLDAsLibELFTests
8.258 [2/2/705] Linking CXX executable tools/lld/unittests/AsLibAll/LLDAsLibAllTests
8.759 [2/1/706] Linking CXX executable unittests/Target/TargetMachineCTests
ninja: build stopped: subcommand failed.
```
https://github.com/llvm/llvm-project/pull/98939
More information about the llvm-commits
mailing list