llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `flang-aarch64-out-of-tree` 
running on `linaro-flang-aarch64-out-of-tree` while building `clang` at step 5 
"build-unified-tree".

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

Here is the relevant piece of the build log for the reference:
```
Step 5 (build-unified-tree) failure: build (failure)
...
25.809 [36/33/70] Linking CXX executable bin/llvm-jitlink
25.927 [36/32/71] Linking CXX executable bin/llvm-profgen
26.627 [36/31/72] Linking CXX executable bin/llvm-gsymutil
26.653 [36/30/73] Linking CXX executable bin/llvm-rtdyld
26.677 [36/29/74] Linking CXX executable bin/llvm-objdump
27.292 [36/28/75] Linking CXX executable bin/llvm-isel-fuzzer
27.428 [24/39/76] Generating ../../bin/llvm-otool
27.429 [24/38/77] Generating ../../bin/llvm-windres
27.431 [24/37/78] Generating ../../bin/llvm-readelf
27.434 [24/36/79] Building CXX object 
tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXExtractAPI.cpp.o
FAILED: tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXExtractAPI.cpp.o 
/usr/local/bin/c++ -DGTEST_HAS_RTTI=0 -D_CINDEX_LIB_ -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS 
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/build_llvm/tools/clang/tools/libclang
 
-I/home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/llvm-project/clang/tools/libclang
 
-I/home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/llvm-project/clang/include
 
-I/home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/build_llvm/tools/clang/include
 -I/home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/build_llvm/include 
-I/home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/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 -fno-common -Woverloaded-virtual 
-Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -fPIC  -fno-exceptions 
-funwind-tables -fno-rtti -UNDEBUG -MD -MT 
tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXExtractAPI.cpp.o -MF 
tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXExtractAPI.cpp.o.d -o 
tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXExtractAPI.cpp.o -c 
/home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/llvm-project/clang/tools/libclang/CXExtractAPI.cpp
In file included from ../llvm-project/clang/tools/libclang/CXExtractAPI.cpp:25:
../llvm-project/clang/include/clang/ExtractAPI/ExtractAPIVisitor.h:164:38: 
error: member access into incomplete type 'SourceManager'
  164 |     return 
Context.getSourceManager().isInSystemHeader(D->getLocation());
      |                                      ^
../llvm-project/clang/include/clang/Basic/SourceLocation.h:34:7: note: forward 
declaration of 'clang::SourceManager'
   34 | class SourceManager;
      |       ^
In file included from ../llvm-project/clang/tools/libclang/CXExtractAPI.cpp:25:
../llvm-project/clang/include/clang/ExtractAPI/ExtractAPIVisitor.h:293:33: 
error: member access into incomplete type 'SourceManager'
  293 |       Context.getSourceManager().getPresumedLoc(Decl->getLocation());
      |                                 ^
../llvm-project/clang/include/clang/Basic/SourceLocation.h:34:7: note: forward 
declaration of 'clang::SourceManager'
   34 | class SourceManager;
      |       ^
In file included from ../llvm-project/clang/tools/libclang/CXExtractAPI.cpp:25:
../llvm-project/clang/include/clang/ExtractAPI/ExtractAPIVisitor.h:366:33: 
error: member access into incomplete type 'SourceManager'
  366 |       Context.getSourceManager().getPresumedLoc(Decl->getLocation());
      |                                 ^
../llvm-project/clang/include/clang/Basic/SourceLocation.h:34:7: note: forward 
declaration of 'clang::SourceManager'
   34 | class SourceManager;
      |       ^
In file included from ../llvm-project/clang/tools/libclang/CXExtractAPI.cpp:25:
../llvm-project/clang/include/clang/ExtractAPI/ExtractAPIVisitor.h:404:33: 
error: member access into incomplete type 'SourceManager'
  404 |       Context.getSourceManager().getPresumedLoc(Decl->getLocation());
      |                                 ^
../llvm-project/clang/include/clang/Basic/SourceLocation.h:34:7: note: forward 
declaration of 'clang::SourceManager'
   34 | class SourceManager;
      |       ^
In file included from ../llvm-project/clang/tools/libclang/CXExtractAPI.cpp:25:
../llvm-project/clang/include/clang/ExtractAPI/ExtractAPIVisitor.h:535:33: 
error: member access into incomplete type 'SourceManager'
  535 |       Context.getSourceManager().getPresumedLoc(Decl->getLocation());
      |                                 ^
../llvm-project/clang/include/clang/Basic/SourceLocation.h:34:7: note: forward 
declaration of 'clang::SourceManager'
   34 | class SourceManager;
      |       ^
In file included from ../llvm-project/clang/tools/libclang/CXExtractAPI.cpp:25:
../llvm-project/clang/include/clang/ExtractAPI/ExtractAPIVisitor.h:581:33: 
error: member access into incomplete type 'SourceManager'

```

https://github.com/llvm/llvm-project/pull/104600
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to