llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.31k stars 11.69k forks source link

Build failure latest git #64228

Open SolarAquarion opened 1 year ago

SolarAquarion commented 1 year ago
[4209/7729] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o
In file included from /build/llvm-git/src/llvm-project/llvm/include/llvm/CodeGen/TargetLowering.h:37,
                 from /build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.h:18,
                 from /build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp:14:
In member function ‘void llvm::SelectionDAG::setFlagInserter(FlagInserter*)’,
    inlined from ‘llvm::SelectionDAG::FlagInserter::FlagInserter(llvm::SelectionDAG&, llvm::SDNodeFlags)’ at /build/llvm-git/src/llvm-project/llvm/include/llvm/CodeGen/SelectionDAG.h:370:27,
    inlined from ‘llvm::SDValue llvm::X86TargetLowering::LowerINTRINSIC_WO_CHAIN(llvm::SDValue, llvm::SelectionDAG&) const’ at /build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp:24991:63:
/build/llvm-git/src/llvm-project/llvm/include/llvm/CodeGen/SelectionDAG.h:491:53: warning: storing the address of local variable ‘FlagsInserter’ in ‘*DAG.llvm::SelectionDAG::Inserter’ [-Wdangling-pointer=]
  491 |   void setFlagInserter(FlagInserter *FI) { Inserter = FI; }
      |                                            ~~~~~~~~~^~~~
/build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp: In member function ‘llvm::SDValue llvm::X86TargetLowering::LowerINTRINSIC_WO_CHAIN(llvm::SDValue, llvm::SelectionDAG&) const’:
/build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp:24991:30: note: ‘FlagsInserter’ declared here
24991 |   SelectionDAG::FlagInserter FlagsInserter(DAG, Op->getFlags());
      |                              ^~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp:24947:66: note: ‘DAG’ declared here
24947 |                                                    SelectionDAG &DAG) const {
      |                                                    ~~~~~~~~~~~~~~^~~
ninja: build stopped: subcommand failed.
Endilll commented 1 year ago

I don't see any showstopper errors in the part of the log you've shared. Can you upload full log somewhere?

SolarAquarion commented 1 year ago
[3929/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTNodesEmitter.cpp.o
[3930/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o
[3931/7729] Linking CXX shared library lib/clang/18/lib/x86_64-pc-linux-gnu/libclang_rt.tsan.so
[3932/7729] Building CXX object projects/compiler-rt/lib/orc/CMakeFiles/RTOrc.x86_64.dir/elfnix_platform.cpp.o
[3933/7729] Linking CXX static library lib/clang/18/lib/x86_64-pc-linux-gnu/liborc_rt.a
[3934/7729] Linking CXX static library projects/compiler-rt/lib/orc/tests/libRTOrc.test.x86_64.a
[3935/7729] Building CXX object projects/compiler-rt/lib/memprof/CMakeFiles/RTMemprof_dynamic.x86_64.dir/memprof_interceptors.cpp.o
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/memprof_interceptors.cpp:103:
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7071:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7071 |   STRXFRM_INTERCEPTOR_IMPL(strxfrm, dest, src, len);
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7099:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7099 |   STRXFRM_INTERCEPTOR_IMPL(wcsxfrm, dest, src, len);
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7572:55: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7572 | INTERCEPTOR(struct __sanitizer_protoent *, getprotoent) {
      |                                                       ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7574:44: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7574 |   COMMON_INTERCEPTOR_ENTER(ctx, getprotoent);
      |                                            ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7661:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7661 | INTERCEPTOR(struct __sanitizer_netent *, getnetent) {
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7663:42: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7663 |   COMMON_INTERCEPTOR_ENTER(ctx, getnetent);
      |                                          ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:9825:33: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 9825 | INTERCEPTOR(char *, getusershell) {
      |                                 ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:9827:45: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 9827 |   COMMON_INTERCEPTOR_ENTER(ctx, getusershell);
      |                                             ^
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_platform_interceptors.h:39,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/memprof_interceptors.h:19,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/memprof_interceptors.cpp:14:
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_platform_limits_posix.h:592:10: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
  592 |   struct {
      |          ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc: In function ‘void* ___interceptor_dlopen(const char*, int)’:
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:246:3: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic]
  246 |   ({ CheckNoDeepBind(filename, flag); REAL(dlopen)(filename, flag); })
      |   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6269:15: note: in expansion of macro ‘COMMON_INTERCEPTOR_DLOPEN’
 6269 |   void *res = COMMON_INTERCEPTOR_DLOPEN(filename, flag);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/memprof_interceptors.h:16:
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc: At global scope:
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:192:26: warning: ‘int __interceptor_mprobe(void*)’ specifies less restrictive attribute than its target ‘int ___interceptor_mprobe(void*)’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6976:1: note: in expansion of macro ‘INTERCEPTOR’
 6976 | INTERCEPTOR(int, mprobe, void *ptr) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:178:19: note: ‘int __interceptor_mprobe(void*)’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6976:1: note: in expansion of macro ‘INTERCEPTOR’
 6976 | INTERCEPTOR(int, mprobe, void *ptr) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:192:26: warning: ‘int __interceptor_mcheck_pedantic(void (*)(int))’ specifies less restrictive attribute than its target ‘int ___interceptor_mcheck_pedantic(void (*)(int))’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6972:1: note: in expansion of macro ‘INTERCEPTOR’
 6972 | INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:178:19: note: ‘int __interceptor_mcheck_pedantic(void (*)(int))’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6972:1: note: in expansion of macro ‘INTERCEPTOR’
 6972 | INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:192:26: warning: ‘int __interceptor_mcheck(void (*)(int))’ specifies less restrictive attribute than its target ‘int ___interceptor_mcheck(void (*)(int))’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6968:1: note: in expansion of macro ‘INTERCEPTOR’
 6968 | INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:178:19: note: ‘int __interceptor_mcheck(void (*)(int))’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6968:1: note: in expansion of macro ‘INTERCEPTOR’
 6968 | INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
[3936/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o
[3937/7729] Building CXX object tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o
[3938/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o
[3939/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDataCollectorsEmitter.cpp.o
[3940/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTPropertiesEmitter.cpp.o
[3941/7729] Building CXX object projects/compiler-rt/lib/memprof/CMakeFiles/RTMemprof.x86_64.dir/memprof_interceptors.cpp.o
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/memprof_interceptors.cpp:103:
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7071:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7071 |   STRXFRM_INTERCEPTOR_IMPL(strxfrm, dest, src, len);
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7099:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7099 |   STRXFRM_INTERCEPTOR_IMPL(wcsxfrm, dest, src, len);
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7572:55: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7572 | INTERCEPTOR(struct __sanitizer_protoent *, getprotoent) {
      |                                                       ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7574:44: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7574 |   COMMON_INTERCEPTOR_ENTER(ctx, getprotoent);
      |                                            ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7661:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7661 | INTERCEPTOR(struct __sanitizer_netent *, getnetent) {
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:7663:42: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7663 |   COMMON_INTERCEPTOR_ENTER(ctx, getnetent);
      |                                          ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:9825:33: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 9825 | INTERCEPTOR(char *, getusershell) {
      |                                 ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:9827:45: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 9827 |   COMMON_INTERCEPTOR_ENTER(ctx, getusershell);
      |                                             ^
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_platform_interceptors.h:39,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/memprof_interceptors.h:19,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/memprof_interceptors.cpp:14:
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_platform_limits_posix.h:592:10: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
  592 |   struct {
      |          ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc: In function ‘void* ___interceptor_dlopen(const char*, int)’:
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:246:3: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic]
  246 |   ({ CheckNoDeepBind(filename, flag); REAL(dlopen)(filename, flag); })
      |   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6269:15: note: in expansion of macro ‘COMMON_INTERCEPTOR_DLOPEN’
 6269 |   void *res = COMMON_INTERCEPTOR_DLOPEN(filename, flag);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/memprof_interceptors.h:16:
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc: At global scope:
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:192:26: warning: ‘int __interceptor_mprobe(void*)’ specifies less restrictive attribute than its target ‘int ___interceptor_mprobe(void*)’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6976:1: note: in expansion of macro ‘INTERCEPTOR’
 6976 | INTERCEPTOR(int, mprobe, void *ptr) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:178:19: note: ‘int __interceptor_mprobe(void*)’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6976:1: note: in expansion of macro ‘INTERCEPTOR’
 6976 | INTERCEPTOR(int, mprobe, void *ptr) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:192:26: warning: ‘int __interceptor_mcheck_pedantic(void (*)(int))’ specifies less restrictive attribute than its target ‘int ___interceptor_mcheck_pedantic(void (*)(int))’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6972:1: note: in expansion of macro ‘INTERCEPTOR’
 6972 | INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:178:19: note: ‘int __interceptor_mcheck_pedantic(void (*)(int))’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6972:1: note: in expansion of macro ‘INTERCEPTOR’
 6972 | INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:192:26: warning: ‘int __interceptor_mcheck(void (*)(int))’ specifies less restrictive attribute than its target ‘int ___interceptor_mcheck(void (*)(int))’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6968:1: note: in expansion of macro ‘INTERCEPTOR’
 6968 | INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:178:19: note: ‘int __interceptor_mcheck(void (*)(int))’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/memprof/../sanitizer_common/sanitizer_common_interceptors.inc:6968:1: note: in expansion of macro ‘INTERCEPTOR’
 6968 | INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
[3942/7729] Linking CXX static library lib/clang/18/lib/x86_64-pc-linux-gnu/libclang_rt.memprof.a
[3943/7729] Generating version list for clang_rt.memprof-dynamic-x86_64
[3944/7729] Building CXX object projects/compiler-rt/lib/memprof/CMakeFiles/RTMemprof_dynamic_version_script_dummy.x86_64.dir/dummy.cpp.o
[3945/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpcodesEmitter.cpp.o
[3946/7729] Generating exported symbols for clang_rt.memprof-x86_64
[3947/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangTypeNodesEmitter.cpp.o
[3948/7729] Linking CXX shared library lib/clang/18/lib/x86_64-pc-linux-gnu/libclang_rt.memprof.so
[3949/7729] Copying clang's __clang_cuda_builtin_vars.h...
[3950/7729] Copying clang's __clang_cuda_cmath.h...
[3951/7729] Copying clang's __clang_cuda_complex_builtins.h...
[3952/7729] Copying clang's __clang_cuda_device_functions.h...
[3953/7729] Building Options.inc...
[3954/7729] Copying clang's __clang_cuda_intrinsics.h...
[3955/7729] Copying clang's __clang_cuda_libdevice_declares.h...
[3956/7729] Copying clang's __clang_cuda_math.h...
[3957/7729] Copying clang's __clang_cuda_math_forward_declares.h...
[3958/7729] Copying clang's __clang_cuda_runtime_wrapper.h...
[3959/7729] Copying clang's __clang_cuda_texture_intrinsics.h...
[3960/7729] Copying clang's __clang_hip_cmath.h...
[3961/7729] Copying clang's __clang_hip_libdevice_declares.h...
[3962/7729] Copying clang's __clang_hip_math.h...
[3963/7729] Copying clang's __clang_hip_runtime_wrapper.h...
[3964/7729] Copying clang's __clang_hip_stdlib.h...
[3965/7729] Copying clang's __wmmintrin_aes.h...
[3966/7729] Copying clang's __wmmintrin_pclmul.h...
[3967/7729] Copying clang's adxintrin.h...
[3968/7729] Copying clang's altivec.h...
[3969/7729] Copying clang's ammintrin.h...
[3970/7729] Copying clang's amxcomplexintrin.h...
[3971/7729] Copying clang's amxfp16intrin.h...
[3972/7729] Copying clang's amxintrin.h...
[3973/7729] Copying clang's avx2intrin.h...
[3974/7729] Copying clang's avx512bf16intrin.h...
[3975/7729] Copying clang's avx512bitalgintrin.h...
[3976/7729] Copying clang's avx512bwintrin.h...
[3977/7729] Copying clang's avx512cdintrin.h...
[3978/7729] Copying clang's avx512dqintrin.h...
[3979/7729] Copying clang's avx512erintrin.h...
[3980/7729] Copying clang's avx512fintrin.h...
[3981/7729] Copying clang's avx512fp16intrin.h...
[3982/7729] Copying clang's avx512ifmaintrin.h...
[3983/7729] Copying clang's avx512ifmavlintrin.h...
[3984/7729] Copying clang's avx512pfintrin.h...
[3985/7729] Copying clang's avx512vbmi2intrin.h...
[3986/7729] Copying clang's avx512vbmiintrin.h...
[3987/7729] Copying clang's avx512vbmivlintrin.h...
[3988/7729] Copying clang's avx512vlbf16intrin.h...
[3989/7729] Copying clang's avx512vlbitalgintrin.h...
[3990/7729] Copying clang's avx512vlbwintrin.h...
[3991/7729] Copying clang's avx512vlcdintrin.h...
[3992/7729] Copying clang's avx512vldqintrin.h...
[3993/7729] Copying clang's avx512vlfp16intrin.h...
[3994/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSACheckersEmitter.cpp.o
[3995/7729] Copying clang's avx512vlintrin.h...
[3996/7729] Copying clang's avx512vlvbmi2intrin.h...
[3997/7729] Copying clang's avx512vlvnniintrin.h...
[3998/7729] Copying clang's avx512vlvp2intersectintrin.h...
[3999/7729] Copying clang's avx512vnniintrin.h...
[4000/7729] Copying clang's avx512vp2intersectintrin.h...
[4001/7729] Copying clang's avx512vpopcntdqintrin.h...
[4002/7729] Copying clang's avx512vpopcntdqvlintrin.h...
[4003/7729] Copying clang's avxifmaintrin.h...
[4004/7729] Copying clang's avxintrin.h...
[4005/7729] Copying clang's avxneconvertintrin.h...
[4006/7729] Copying clang's avxvnniint16intrin.h...
[4007/7729] Copying clang's avxvnniint8intrin.h...
[4008/7729] Copying clang's avxvnniintrin.h...
[4009/7729] Copying clang's bmi2intrin.h...
[4010/7729] Copying clang's bmiintrin.h...
[4011/7729] Copying clang's builtins.h...
[4012/7729] Copying clang's cet.h...
[4013/7729] Copying clang's cetintrin.h...
[4014/7729] Copying clang's cldemoteintrin.h...
[4015/7729] Copying clang's clflushoptintrin.h...
[4016/7729] Copying clang's clwbintrin.h...
[4017/7729] Copying clang's cmpccxaddintrin.h...
[4018/7729] Copying clang's clzerointrin.h...
[4019/7729] Copying clang's cpuid.h...
[4020/7729] Copying clang's crc32intrin.h...
[4021/7729] Copying clang's cuda_wrappers/algorithm...
[4022/7729] Copying clang's cuda_wrappers/bits/shared_ptr_base.h...
[4023/7729] Copying clang's cuda_wrappers/cmath...
[4024/7729] Copying clang's cuda_wrappers/complex...
[4025/7729] Copying clang's cuda_wrappers/new...
[4026/7729] Copying clang's emmintrin.h...
[4027/7729] Copying clang's enqcmdintrin.h...
[4028/7729] Copying clang's f16cintrin.h...
[4029/7729] Copying clang's fma4intrin.h...
[4030/7729] Copying clang's fmaintrin.h...
[4031/7729] Copying clang's fxsrintrin.h...
[4032/7729] Copying clang's gfniintrin.h...
[4033/7729] Copying clang's hexagon_circ_brev_intrinsics.h...
[4034/7729] Copying clang's hexagon_protos.h...
[4035/7729] Copying clang's hexagon_types.h...
[4036/7729] Copying clang's hlsl.h...
[4037/7729] Copying clang's hresetintrin.h...
[4038/7729] Copying clang's htmintrin.h...
[4039/7729] Copying clang's htmxlintrin.h...
[4040/7729] Copying clang's hvx_hexagon_protos.h...
[4041/7729] Copying clang's ia32intrin.h...
[4042/7729] Copying clang's immintrin.h...
[4043/7729] Copying clang's intrin.h...
[4044/7729] Copying clang's invpcidintrin.h...
[4045/7729] Copying clang's keylockerintrin.h...
[4046/7729] Copying clang's larchintrin.h...
[4047/7729] Copying clang's llvm_libc_wrappers/stdio.h...
[4048/7729] Copying clang's lwpintrin.h...
[4049/7729] Copying clang's lzcntintrin.h...
[4050/7729] Copying clang's mm3dnow.h...
[4051/7729] Copying clang's mm_malloc.h...
[4052/7729] Copying clang's mmintrin.h...
[4053/7729] Copying clang's movdirintrin.h...
[4054/7729] Copying clang's msa.h...
[4055/7729] Copying clang's mwaitxintrin.h...
[4056/7729] Building CXX object tools/lto/CMakeFiles/LTO.dir/lto.cpp.o
[4057/7729] Copying clang's nmmintrin.h...
[4058/7729] Copying clang's opencl-c.h...
[4059/7729] Copying clang's openmp_wrappers/math.h...
[4060/7729] Copying clang's pconfigintrin.h...
[4061/7729] Copying clang's pkuintrin.h...
[4062/7729] Copying clang's pmmintrin.h...
[4063/7729] Copying clang's popcntintrin.h...
[4064/7729] Copying clang's ppc_wrappers/bmi2intrin.h...
[4065/7729] Copying clang's ppc_wrappers/bmiintrin.h...
[4066/7729] Copying clang's ppc_wrappers/emmintrin.h...
[4067/7729] Copying clang's ppc_wrappers/immintrin.h...
[4068/7729] Copying clang's ppc_wrappers/mm_malloc.h...
[4069/7729] Copying clang's ppc_wrappers/mmintrin.h...
[4070/7729] Copying clang's ppc_wrappers/pmmintrin.h...
[4071/7729] Copying clang's ppc_wrappers/smmintrin.h...
[4072/7729] Copying clang's ppc_wrappers/tmmintrin.h...
[4073/7729] Copying clang's ppc_wrappers/x86gprintrin.h...
[4074/7729] Copying clang's ppc_wrappers/x86intrin.h...
[4075/7729] Copying clang's ppc_wrappers/xmmintrin.h...
[4076/7729] Copying clang's prfchiintrin.h...
[4077/7729] Copying clang's prfchwintrin.h...
[4078/7729] Copying clang's ptwriteintrin.h...
[4079/7729] Copying clang's raointintrin.h...
[4080/7729] Copying clang's rdpruintrin.h...
[4081/7729] Copying clang's rdseedintrin.h...
[4082/7729] Copying clang's rtmintrin.h...
[4083/7729] Copying clang's s390intrin.h...
[4084/7729] Copying clang's serializeintrin.h...
[4085/7729] Copying clang's sgxintrin.h...
[4086/7729] Copying clang's sha512intrin.h...
[4087/7729] Copying clang's shaintrin.h...
[4088/7729] Copying clang's sm3intrin.h...
[4089/7729] Copying clang's sm4intrin.h...
[4090/7729] Copying clang's smmintrin.h...
[4091/7729] Copying clang's tbmintrin.h...
[4092/7729] Copying clang's tmmintrin.h...
[4093/7729] Copying clang's vaesintrin.h...
[4094/7729] Copying clang's tsxldtrkintrin.h...
[4095/7729] Copying clang's uintrintrin.h...
[4096/7729] Copying clang's vecintrin.h...
[4097/7729] Copying clang's velintrin.h...
[4098/7729] Copying clang's velintrin_approx.h...
[4099/7729] Copying clang's vpclmulqdqintrin.h...
[4100/7729] Copying clang's wasm_simd128.h...
[4101/7729] Copying clang's velintrin_gen.h...
[4102/7729] Copying clang's waitpkgintrin.h...
[4103/7729] Copying clang's wbnoinvdintrin.h...
[4104/7729] Copying clang's wmmintrin.h...
[4105/7729] Copying clang's x86gprintrin.h...
[4106/7729] Copying clang's xmmintrin.h...
[4107/7729] Copying clang's x86intrin.h...
[4108/7729] Copying clang's xopintrin.h...
[4109/7729] Copying clang's xsavecintrin.h...
[4110/7729] Copying clang's xsaveintrin.h...
[4111/7729] Copying clang's xsaveoptintrin.h...
[4112/7729] Copying clang's xsavesintrin.h...
[4113/7729] Copying clang's xtestintrin.h...
[4114/7729] Creating export file for SampleAnalyzerPlugin
[4115/7729] Creating export file for CheckerDependencyHandlingAnalyzerPlugin
[4116/7729] Creating export file for CheckerOptionHandlingAnalyzerPlugin
[4117/7729] Bundling HTMLLogger resources
[4118/7729] Generating ../../../../bin/scan-build
[4119/7729] Generating ../../../../libexec/c++-analyzer
[4120/7729] Generating ../../../../libexec/ccc-analyzer
[4121/7729] Generating ../../../../share/man/man1/scan-build.1
[4122/7729] Generating ../../../../share/scan-build/scanview.css
[4123/7729] Generating ../../../../share/scan-build/sorttable.js
[4124/7729] Generating ../../../../bin/analyze-build
[4125/7729] Generating ../../../../bin/scan-build-py
[4126/7729] Generating ../../../../bin/intercept-build
[4127/7729] Generating ../../../../lib/libear/__init__.py
[4128/7729] Generating ../../../../lib/libear/config.h.in
[4129/7729] Generating ../../../../lib/libear/ear.c
[4130/7729] Generating ../../../../lib/libscanbuild/__init__.py
[4131/7729] Generating ../../../../lib/libscanbuild/analyze.py
[4132/7729] Generating ../../../../lib/libscanbuild/arguments.py
[4133/7729] Generating ../../../../lib/libscanbuild/clang.py
[4134/7729] Generating ../../../../lib/libscanbuild/compilation.py
[4135/7729] Generating ../../../../lib/libscanbuild/intercept.py
[4136/7729] Generating ../../../../lib/libscanbuild/report.py
[4137/7729] Generating ../../../../lib/libscanbuild/resources/scanview.css
[4138/7729] Generating ../../../../lib/libscanbuild/resources/selectable.js
[4139/7729] Generating ../../../../lib/libscanbuild/shell.py
[4140/7729] Generating ../../../../lib/libscanbuild/resources/sorttable.js
[4141/7729] Generating ../../../../libexec/analyze-c++
[4142/7729] Generating ../../../../libexec/analyze-cc
[4143/7729] Generating ../../../../libexec/intercept-cc
[4144/7729] Generating ../../../../libexec/intercept-c++
[4145/7729] Generating ../../../../bin/scan-view
[4146/7729] Generating ../../../../share/scan-view/Reporter.py
[4147/7729] Generating ../../../../share/scan-view/ScanView.py
[4148/7729] Generating ../../../../share/scan-view/bugcatcher.ico
[4149/7729] Generating ../../../../share/scan-view/startfile.py
[4150/7729] Bundling HTMLForest resources
[4151/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSyntaxEmitter.cpp.o
[4152/7729] cd /build/llvm-git/src/_build/tools/clang/docs && /usr/bin/cmake -E copy_directory /build/llvm-git/src/llvm-project/clang/docs /build/llvm-git/src/_build/tools/clang/docs && /usr/bin/cmake -E copy_if_different /build/llvm-git/src/llvm-project/clang/docs/../CodeOwners.rst /build/llvm-git/src/_build/tools/clang/docs
[4153/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/TableGen.cpp.o
[4154/7729] Building Options.inc...
[4155/7729] Building Options.inc...
[4156/7729] Building Options.inc...
[4157/7729] Building Options.inc...
[4158/7729] Building Options.inc...
[4159/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOptionDocEmitter.cpp.o
[4160/7729] Generating ../../../../bin/lldb-python
[4161/7729] Building CXX object projects/compiler-rt/lib/memprof/tests/CMakeFiles/MemProfUnitTests.dir/build/llvm-git/src/llvm-project/third-party/unittest/googletest/src/gtest-all.cc.o
[4162/7729] Linking CXX executable projects/compiler-rt/lib/memprof/tests/MemProfUnitTests
[4163/7729] Building CXX object tools/clang/tools/extra/clang-tidy/misc/ConfusableTable/CMakeFiles/clang-tidy-confusable-chars-gen.dir/BuildConfusableTable.cpp.o
[4164/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o
[4165/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpenCLBuiltinEmitter.cpp.o
[4166/7729] Building LLDB Lua wrapper
/build/llvm-git/src/llvm-project/lldb/include/lldb/API/SBCommandReturnObject.h:119: Warning 509: Overloaded method lldb::SBCommandReturnObject::PutCString(char const *) effectively ignored,
/build/llvm-git/src/llvm-project/lldb/include/lldb/API/SBCommandReturnObject.h:119: Warning 509: as it is shadowed by lldb::SBCommandReturnObject::PutCString(char const *,int).
[4167/7729] LLDB Lua API
[4168/7729] Running utility command for lldb-lua
[4169/7729] Creating export file for liblldb
[4170/7729] Building Options.inc...
[4171/7729] Building Options.inc...
[4172/7729] Building LLGSOptions.inc...
[4173/7729] Generating html Sphinx documentation for lld into "/build/llvm-git/src/_build/tools/lld/docs/html"
[4174/7729] cd /build/llvm-git/src/_build/tools/lldb/docs && /usr/bin/cmake -E remove_directory /build/llvm-git/src/_build/tools/lldb/docs/html
[4175/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o
[4176/7729] Building CXX object tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o
[4177/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o
[4178/7729] Building CXX object tools/gold/CMakeFiles/LLVMgold.dir/gold-plugin.cpp.o
/build/llvm-git/src/llvm-project/llvm/tools/gold/gold-plugin.cpp: In function ‘ld_plugin_status onload(ld_plugin_tv*)’:
/build/llvm-git/src/llvm-project/llvm/tools/gold/gold-plugin.cpp:440:11: warning: cast between incompatible function types from ‘ld_plugin_message’ {aka ‘ld_plugin_status (*)(int, const char*, ...)’} to ‘ld_plugin_get_wrap_symbols’ {aka ‘ld_plugin_status (*)(long unsigned int*, const char***)’} [-Wcast-function-type]
  440 |           (ld_plugin_get_wrap_symbols)tv->tv_u.tv_message;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[4179/7729] Building CXX object tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGenUtils.cpp.o
[4180/7729] Building LLDB Python wrapper
/build/llvm-git/src/llvm-project/lldb/include/lldb/API/SBCommandReturnObject.h:119: Warning 509: Overloaded method lldb::SBCommandReturnObject::PutCString(char const *) effectively ignored,
/build/llvm-git/src/llvm-project/lldb/include/lldb/API/SBCommandReturnObject.h:119: Warning 509: as it is shadowed by lldb::SBCommandReturnObject::PutCString(char const *,int).
[4181/7729] Copying lldb.py to pretend its a Python package.
[4182/7729] Building CXX object tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBPropertyDefEmitter.cpp.o
[4183/7729] Building CXX object tools/clang/lib/Support/CMakeFiles/obj.clangSupport.dir/RISCVVIntrinsicUtils.cpp.o
[4184/7729] Building CXX object tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o
[4185/7729] Building CXX object projects/SPIRV-LLVM-Translator/lib/SPIRV/CMakeFiles/LLVMSPIRVLib.dir/SPIRVWriter.cpp.o
In file included from /build/llvm-git/src/llvm-project/llvm/projects/SPIRV-LLVM-Translator/lib/SPIRV/SPIRVWriter.h:53,
                 from /build/llvm-git/src/llvm-project/llvm/projects/SPIRV-LLVM-Translator/lib/SPIRV/SPIRVWriter.cpp:41:
/build/llvm-git/src/llvm-project/llvm/projects/SPIRV-LLVM-Translator/lib/SPIRV/libSPIRV/SPIRVInstruction.h:3715:23: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 3715 | _SPIRV_OP(ReadClockKHR)
      |                       ^
/build/llvm-git/src/llvm-project/llvm/projects/SPIRV-LLVM-Translator/lib/SPIRV/SPIRVWriter.cpp: In member function ‘SPIRV::SPIRVValue* SPIRV::LLVMToSPIRVBase::transValueWithoutDecoration(llvm::Value*, SPIRV::SPIRVBasicBlock*, bool, FuncTransMode)’:
/build/llvm-git/src/llvm-project/llvm/projects/SPIRV-LLVM-Translator/lib/SPIRV/SPIRVWriter.cpp:1808:30: warning: unused variable ‘ConstUE’ [-Wunused-variable]
 1808 |     } else if (ConstantExpr *ConstUE = dyn_cast_or_null<ConstantExpr>(Init)) {
      |                              ^~~~~~~
/build/llvm-git/src/llvm-project/llvm/projects/SPIRV-LLVM-Translator/lib/SPIRV/SPIRVWriter.cpp: In member function ‘SPIRV::SPIRVValue* SPIRV::LLVMToSPIRVBase::oclTransSpvcCastSampler(llvm::CallInst*, SPIRV::SPIRVBasicBlock*)’:
/build/llvm-git/src/llvm-project/llvm/projects/SPIRV-LLVM-Translator/lib/SPIRV/SPIRVWriter.cpp:2771:8: warning: unused variable ‘RT’ [-Wunused-variable]
 2771 |   auto RT = FT->getReturnType();
      |        ^~
[4186/7729] Creating export file for BugpointPasses
[4187/7729] Building Options.inc...
[4188/7729] Generating html Sphinx documentation for lldb into "/build/llvm-git/src/_build/tools/lldb/docs/html"
FAILED: tools/lldb/docs/CMakeFiles/docs-lldb-html /build/llvm-git/src/_build/tools/lldb/docs/CMakeFiles/docs-lldb-html 
cd /build/llvm-git/src/_build/tools/lldb/docs && /usr/bin/cmake -E env LLDB_SWIG_MODULE=/build/llvm-git/src/_build/tools/lldb/docs /usr/bin/sphinx-build -b html -d /build/llvm-git/src/_build/tools/lldb/docs/_doctrees-lldb-html -q -t builder-html -D version=18 -D release=18.0.0 /build/llvm-git/src/llvm-project/lldb/docs /build/llvm-git/src/_build/tools/lldb/docs/html

Extension error:
Could not import extension sphinx_automodapi.automodapi (exception: No module named 'sphinx_automodapi')
[4189/7729] Building CXX object tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGen.cpp.o
[4190/7729] Generating man Sphinx documentation for lldb into "/build/llvm-git/src/_build/tools/lldb/docs/man"
/build/llvm-git/src/llvm-project/lldb/docs/python_api.rst:9: ERROR: Unknown directive type "automodapi".

.. automodapi:: lldb
  :no-inheritance-diagram:
  :skip: SBBreakpoint_EventIsBreakpointEvent
  :skip: SBBreakpoint_GetBreakpointEventTypeFromEvent
  :skip: SBBreakpoint_GetBreakpointFromEvent
  :skip: SBBreakpoint_GetBreakpointLocationAtIndexFromEvent
  :skip: SBBreakpoint_GetNumBreakpointLocationsFromEvent
  :skip: SBCommandInterpreter_EventIsCommandInterpreterEvent
  :skip: SBCommandInterpreter_GetArgumentDescriptionAsCString
  :skip: SBCommandInterpreter_GetArgumentTypeAsCString
  :skip: SBCommandInterpreter_GetBroadcasterClass
  :skip: SBCommunication_GetBroadcasterClass
  :skip: SBData_CreateDataFromCString
  :skip: SBData_CreateDataFromDoubleArray
  :skip: SBData_CreateDataFromSInt32Array
  :skip: SBData_CreateDataFromSInt64Array
  :skip: SBData_CreateDataFromUInt32Array
  :skip: SBData_CreateDataFromUInt64Array
  :skip: SBDebugger_Create
  :skip: SBDebugger_Create
  :skip: SBDebugger_Destroy
  :skip: SBDebugger_FindDebuggerWithID
  :skip: SBDebugger_GetBuildConfiguration
  :skip: SBDebugger_GetDefaultArchitecture
  :skip: SBDebugger_GetInternalVariableValue
  :skip: SBDebugger_GetVersionString
  :skip: SBDebugger_Initialize
  :skip: SBDebugger_InitializeWithErrorHandling
  :skip: SBDebugger_MemoryPressureDetected
  :skip: SBDebugger_SetDefaultArchitecture
  :skip: SBDebugger_SetInternalVariable
  :skip: SBDebugger_StateAsCString
  :skip: SBDebugger_StateIsRunningState
  :skip: SBDebugger_StateIsStoppedState
  :skip: SBDebugger_Terminate
  :skip: SBEvent_GetCStringFromEvent
  :skip: SBFileSpec_ResolvePath
  :skip: SBFile_MakeBorrowed
  :skip: SBFile_MakeBorrowedForcingIOMethods
  :skip: SBFile_MakeForcingIOMethods
  :skip: SBHostOS_GetLLDBPath
  :skip: SBHostOS_GetLLDBPythonPath
  :skip: SBHostOS_GetProgramFileSpec
  :skip: SBHostOS_GetUserHomeDirectory
  :skip: SBHostOS_ThreadCancel
  :skip: SBHostOS_ThreadCreate
  :skip: SBHostOS_ThreadCreated
  :skip: SBHostOS_ThreadDetach
  :skip: SBHostOS_ThreadJoin
  :skip: SBLanguageRuntime_GetLanguageTypeFromString
  :skip: SBLanguageRuntime_GetNameForLanguageType
  :skip: SBModuleSpecList_GetModuleSpecifications
  :skip: SBModule_GarbageCollectAllocatedModules
  :skip: SBModule_GetNumberAllocatedModules
  :skip: SBPlatform_GetHostPlatform
  :skip: SBProcess_EventIsProcessEvent
  :skip: SBProcess_EventIsStructuredDataEvent
  :skip: SBProcess_GetBroadcasterClassName
  :skip: SBProcess_GetInterruptedFromEvent
  :skip: SBProcess_GetNumRestartedReasonsFromEvent
  :skip: SBProcess_GetProcessFromEvent
  :skip: SBProcess_GetRestartedFromEvent
  :skip: SBProcess_GetRestartedReasonAtIndexFromEvent
  :skip: SBProcess_GetStateFromEvent
  :skip: SBProcess_GetStructuredDataFromEvent
  :skip: SBReproducer_Capture
  :skip: SBReproducer_PassiveReplay
  :skip: SBReproducer_SetAutoGenerate
  :skip: SBReproducer_SetWorkingDirectory
  :skip: SBTarget_EventIsTargetEvent
  :skip: SBTarget_GetBroadcasterClassName
  :skip: SBTarget_GetModuleAtIndexFromEvent
  :skip: SBTarget_GetNumModulesFromEvent
  :skip: SBTarget_GetTargetFromEvent
  :skip: SBThread_EventIsThreadEvent
  :skip: SBThread_GetBroadcasterClassName
  :skip: SBThread_GetStackFrameFromEvent
  :skip: SBThread_GetThreadFromEvent
  :skip: SBTypeSummary_CreateWithFunctionName
  :skip: SBTypeSummary_CreateWithScriptCode
  :skip: SBTypeSummary_CreateWithSummaryString
  :skip: SBTypeSynthetic_CreateWithClassName
  :skip: SBTypeSynthetic_CreateWithScriptCode
  :skip: SBWatchpoint_EventIsWatchpointEvent
  :skip: SBWatchpoint_GetWatchpointEventTypeFromEvent
  :skip: SBWatchpoint_GetWatchpointFromEvent
  :skip: command
  :skip: in_range
  :skip: is_numeric_type
  :skip: lldb_iter
[4191/7729] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/FindBugs.cpp.o
[4192/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o
[4193/7729] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/BugDriver.cpp.o
[4194/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o
[4195/7729] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o
[4196/7729] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangAttrEmitter.cpp.o
[4197/7729] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_interceptors.cpp.o
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:199:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7071:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7071 |   STRXFRM_INTERCEPTOR_IMPL(strxfrm, dest, src, len);
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7099:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7099 |   STRXFRM_INTERCEPTOR_IMPL(wcsxfrm, dest, src, len);
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7572:55: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7572 | INTERCEPTOR(struct __sanitizer_protoent *, getprotoent) {
      |                                                       ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7574:44: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7574 |   COMMON_INTERCEPTOR_ENTER(ctx, getprotoent);
      |                                            ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7661:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7661 | INTERCEPTOR(struct __sanitizer_netent *, getnetent) {
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7663:42: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7663 |   COMMON_INTERCEPTOR_ENTER(ctx, getnetent);
      |                                          ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:9825:33: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 9825 | INTERCEPTOR(char *, getusershell) {
      |                                 ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:9827:45: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 9827 |   COMMON_INTERCEPTOR_ENTER(ctx, getusershell);
      |                                             ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:739:23: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
  739 | DEFINE_REAL(int, vfork)
      |                       ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:740:50: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
  740 | DECLARE_EXTERN_INTERCEPTOR_AND_WRAPPER(int, vfork)
      |                                                  ^
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_platform_interceptors.h:39,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.h:20,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:14:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_platform_limits_posix.h:592:10: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
  592 |   struct {
      |          ^
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_report.h:19,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:20:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_thread.h:185:8: warning: ISO C++ forbids flexible array member ‘start_data_’ [-Wpedantic]
  185 |   char start_data_[];
      |        ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc: In function ‘void* ___interceptor_dlopen(const char*, int)’:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:132:5: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic]
  132 |     ({                                              \
      |     ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6269:15: note: in expansion of macro ‘COMMON_INTERCEPTOR_DLOPEN’
 6269 |   void *res = COMMON_INTERCEPTOR_DLOPEN(filename, flag);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.h:19,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.h:16:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc: At global scope:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:192:26: warning: ‘int __interceptor_mprobe(void*)’ specifies less restrictive attribute than its target ‘int ___interceptor_mprobe(void*)’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6976:1: note: in expansion of macro ‘INTERCEPTOR’
 6976 | INTERCEPTOR(int, mprobe, void *ptr) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:178:19: note: ‘int __interceptor_mprobe(void*)’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6976:1: note: in expansion of macro ‘INTERCEPTOR’
 6976 | INTERCEPTOR(int, mprobe, void *ptr) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:192:26: warning: ‘int __interceptor_mcheck_pedantic(void (*)(int))’ specifies less restrictive attribute than its target ‘int ___interceptor_mcheck_pedantic(void (*)(int))’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6972:1: note: in expansion of macro ‘INTERCEPTOR’
 6972 | INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:178:19: note: ‘int __interceptor_mcheck_pedantic(void (*)(int))’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6972:1: note: in expansion of macro ‘INTERCEPTOR’
 6972 | INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:192:26: warning: ‘int __interceptor_mcheck(void (*)(int))’ specifies less restrictive attribute than its target ‘int ___interceptor_mcheck(void (*)(int))’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6968:1: note: in expansion of macro ‘INTERCEPTOR’
 6968 | INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:178:19: note: ‘int __interceptor_mcheck(void (*)(int))’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6968:1: note: in expansion of macro ‘INTERCEPTOR’
 6968 | INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
[4198/7729] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o
[4199/7729] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_interceptors.cpp.o
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:199:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7071:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7071 |   STRXFRM_INTERCEPTOR_IMPL(strxfrm, dest, src, len);
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7099:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7099 |   STRXFRM_INTERCEPTOR_IMPL(wcsxfrm, dest, src, len);
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7572:55: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7572 | INTERCEPTOR(struct __sanitizer_protoent *, getprotoent) {
      |                                                       ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7574:44: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7574 |   COMMON_INTERCEPTOR_ENTER(ctx, getprotoent);
      |                                            ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7661:51: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7661 | INTERCEPTOR(struct __sanitizer_netent *, getnetent) {
      |                                                   ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:7663:42: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 7663 |   COMMON_INTERCEPTOR_ENTER(ctx, getnetent);
      |                                          ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:9825:33: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 9825 | INTERCEPTOR(char *, getusershell) {
      |                                 ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:9827:45: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
 9827 |   COMMON_INTERCEPTOR_ENTER(ctx, getusershell);
      |                                             ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:739:23: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
  739 | DEFINE_REAL(int, vfork)
      |                       ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:740:50: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
  740 | DECLARE_EXTERN_INTERCEPTOR_AND_WRAPPER(int, vfork)
      |                                                  ^
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_platform_interceptors.h:39,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.h:20,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:14:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_platform_limits_posix.h:592:10: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
  592 |   struct {
      |          ^
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_report.h:19,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:20:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_thread.h:185:8: warning: ISO C++ forbids flexible array member ‘start_data_’ [-Wpedantic]
  185 |   char start_data_[];
      |        ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc: In function ‘void* ___interceptor_dlopen(const char*, int)’:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:132:5: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic]
  132 |     ({                                              \
      |     ^
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6269:15: note: in expansion of macro ‘COMMON_INTERCEPTOR_DLOPEN’
 6269 |   void *res = COMMON_INTERCEPTOR_DLOPEN(filename, flag);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.h:19,
                 from /build/llvm-git/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.h:16:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc: At global scope:
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:192:26: warning: ‘int __interceptor_mprobe(void*)’ specifies less restrictive attribute than its target ‘int ___interceptor_mprobe(void*)’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6976:1: note: in expansion of macro ‘INTERCEPTOR’
 6976 | INTERCEPTOR(int, mprobe, void *ptr) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:178:19: note: ‘int __interceptor_mprobe(void*)’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6976:1: note: in expansion of macro ‘INTERCEPTOR’
 6976 | INTERCEPTOR(int, mprobe, void *ptr) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:192:26: warning: ‘int __interceptor_mcheck_pedantic(void (*)(int))’ specifies less restrictive attribute than its target ‘int ___interceptor_mcheck_pedantic(void (*)(int))’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6972:1: note: in expansion of macro ‘INTERCEPTOR’
 6972 | INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:178:19: note: ‘int __interceptor_mcheck_pedantic(void (*)(int))’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6972:1: note: in expansion of macro ‘INTERCEPTOR’
 6972 | INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:192:26: warning: ‘int __interceptor_mcheck(void (*)(int))’ specifies less restrictive attribute than its target ‘int ___interceptor_mcheck(void (*)(int))’: ‘nothrow’ [-Wmissing-attributes]
  192 |      extern "C" ret_type __interceptor_##func(__VA_ARGS__)                     \
      |                          ^~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:298:3: note: in expansion of macro ‘DECLARE_WRAPPER’
  298 |   DECLARE_WRAPPER(ret_type, func, __VA_ARGS__)  \
      |   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6968:1: note: in expansion of macro ‘INTERCEPTOR’
 6968 | INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:178:19: note: ‘int __interceptor_mcheck(void (*)(int))’ target declared here
  178 | #  define WRAP(x) ___interceptor_ ## x
      |                   ^~~~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../interception/interception.h:299:45: note: in expansion of macro ‘WRAP’
  299 |   extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
      |                                             ^~~~
/build/llvm-git/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:6968:1: note: in expansion of macro ‘INTERCEPTOR’
 6968 | INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
      | ^~~~~~~~~~~
[4200/7729] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o
[4201/7729] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ToolRunner.cpp.o
[4202/7729] Generating man Sphinx documentation for clang-tools into "/build/llvm-git/src/_build/tools/clang/tools/extra/docs/man"
/build/llvm-git/src/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/identifier-naming.rst:: WARNING: "table cell spanning" not supported
/build/llvm-git/src/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/identifier-naming.rst:: WARNING: "table cell spanning" not supported
/build/llvm-git/src/llvm-project/clang-tools-extra/docs/clang-tidy/Integrations.rst:: WARNING: "table cell spanning" not supported
[4203/7729] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/Miscompilation.cpp.o
[4204/7729] Generating html Sphinx documentation for clang-tools into "/build/llvm-git/src/_build/tools/clang/tools/extra/docs/html"
[4205/7729] Building CXX object tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o
[4206/7729] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/bugpoint.cpp.o
[4207/7729] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/dsymutil.cpp.o
[4208/7729] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o
[4209/7729] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o
In file included from /build/llvm-git/src/llvm-project/llvm/include/llvm/CodeGen/TargetLowering.h:37,
                 from /build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.h:18,
                 from /build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp:14:
In member function ‘void llvm::SelectionDAG::setFlagInserter(FlagInserter*)’,
    inlined from ‘llvm::SelectionDAG::FlagInserter::FlagInserter(llvm::SelectionDAG&, llvm::SDNodeFlags)’ at /build/llvm-git/src/llvm-project/llvm/include/llvm/CodeGen/SelectionDAG.h:370:27,
    inlined from ‘llvm::SDValue llvm::X86TargetLowering::LowerINTRINSIC_WO_CHAIN(llvm::SDValue, llvm::SelectionDAG&) const’ at /build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp:24991:63:
/build/llvm-git/src/llvm-project/llvm/include/llvm/CodeGen/SelectionDAG.h:491:53: warning: storing the address of local variable ‘FlagsInserter’ in ‘*DAG.llvm::SelectionDAG::Inserter’ [-Wdangling-pointer=]
  491 |   void setFlagInserter(FlagInserter *FI) { Inserter = FI; }
      |                                            ~~~~~~~~~^~~~
/build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp: In member function ‘llvm::SDValue llvm::X86TargetLowering::LowerINTRINSIC_WO_CHAIN(llvm::SDValue, llvm::SelectionDAG&) const’:
/build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp:24991:30: note: ‘FlagsInserter’ declared here
24991 |   SelectionDAG::FlagInserter FlagsInserter(DAG, Op->getFlags());
      |                              ^~~~~~~~~~~~~
/build/llvm-git/src/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp:24947:66: note: ‘DAG’ declared here
24947 |                                                    SelectionDAG &DAG) const {
      |                                                    ~~~~~~~~~~~~~~^~~
SolarAquarion commented 1 year ago

i hope this works

Endilll commented 1 year ago

I think the error is the following: Extension error: Could not import extension sphinx_automodapi.automodapi (exception: No module named 'sphinx_automodapi') Are you interested in building documentation specifically, or just want to get debug builds of clang/opt/etc?

SolarAquarion commented 1 year ago

It was there for documentation. I guess it's still necessary.

On Sun, Jul 30, 2023, 9:03 AM Vlad Serebrennikov @.***> wrote:

I think the error is the following: Extension error: Could not import extension sphinx_automodapi.automodapi (exception: No module named 'sphinx_automodapi') Are you interested in building documentation specifically, or just want to get debug builds of clang/opt/etc?

— Reply to this email directly, view it on GitHub https://github.com/llvm/llvm-project/issues/64228#issuecomment-1657148101, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIPVCHRHNGXFJUKNUUMK5DXSZLS5ANCNFSM6AAAAAA247JHSA . You are receiving this because you authored the thread.Message ID: @.***>

Endilll commented 1 year ago

СС @AaronBallman as someone who's been experiencing documentation build issues recently

llvmbot commented 1 year ago

@llvm/issue-subscribers-lldb

AaronBallman commented 1 year ago

I agree with your assessment as to what's causing the issue. However, I've not seen this failure before -- this might be specific to the lldb sphinx docs?

DavidSpickett commented 1 year ago

It is lldb specific, https://reviews.llvm.org/D158022 tried to make this error easier to fix.

@SolarAquarion perhaps you can pull the latest and try again. The error message should tell you what to run to fix it.